Changes between Version 16 and Version 17 of Wisdom/Python
- Timestamp:
- 03/02/13 15:26:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Python
v16 v17 64 64 65 65 This is how I do it! Please add your own tips and tricks. (Added by [mailto:lia@astro.columbia.edu]) 66 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].
