|
=> The Advantages of using iPython (over IDL, C, Fortran, etc.) are...
less scripting, more flexibility
can index by name, unlike IDL which uses number
you can treat functions as data objects. functions can take functions as arguments and do stuff to them
you can define functions in the line. You don't have to write a separate function elsewhere
enormous amounts of (non-astronomy) routines have been written by people. Python can be used to call other codes
can use it directly with tex to make pictures
PyX can make cool axes, such as curved axes or axes with breaks in it
|