Changes between Version 16 and Version 17 of Wisdom/Python


Ignore:
Timestamp:
03/02/13 15:26:33 (13 years ago)
Author:
jps@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Python

    v16 v17  
    6464
    6565This is how I do it!  Please add your own tips and tricks.  (Added by [mailto:lia@astro.columbia.edu])
     66
     67Note 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].