Changes between Version 17 and Version 18 of Wisdom/Python
- Timestamp:
- 03/05/13 12:48:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Python
v17 v18 66 66 67 67 Note that unlike IDL, Python's instantiation of lists and arrays is by reference rather than by value. For people who have used IDL for many moons, this may cause headaches. The workarounds are worth taking some time to consider carefully: [http://stackoverflow.com/questions/8744113/python-list-by-value-not-by-reference read this for more]. 68 69 70 === Astropy === 71 72 A nice bundle of stuff that astronomers like to do can be found with [http://www.astropy.org/ astropy] 73 74 * [http://bit.ly/APWAstropyTalk Talk on how to use it] 75 * [http://bit.ly/APWAstropy Online tutorial] 76 * [http://bit.ly/APWAstropyData Sample data]
