Changes between Version 17 and Version 18 of Wisdom/Python


Ignore:
Timestamp:
03/05/13 12:48:11 (13 years ago)
Author:
jps@…
Comment:

via adrian.

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Python

    v17 v18  
    6666
    6767Note 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
     72A 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]