Python: Difference between revisions
Jump to navigation
Jump to search
imported>Schriste mNo edit summary |
imported>Schriste mNo edit summary |
||
Line 1: | Line 1: | ||
[[Python]] is an alternative to idl for scientific computing. Similar to IDL, it is a powerful dynamic programming language with a large library of available functions both built-in and community developed and it is increasingly being adopted by the astronomy community. Its biggest advantage compared to IDL is that it is '''freely usable and distributable, even for commercial use'''. | [[Python]] is an alternative to idl for scientific computing. Similar to IDL, it is a powerful dynamic programming language with a large library of available functions both built-in and community developed and it is increasingly being adopted by the astronomy community. Its biggest advantage compared to IDL is that it is '''freely usable and distributable, even for commercial use'''. | ||
If you would like to try out [[Python]] | If you would like to try out [[Python]] without giving IDL cold turkey you should consider using pIDLy. pIDLy provides a bridge between a [[Python]] session and IDL such that it is possible to run IDL commands from within a [[Python]] session. Data is then passed automatically from the IDL to the [[Python]] session for further processing within [[Python]] | ||
== External Links == | == External Links == | ||
* [http://www.python.org/ The Official Python Page] | * [http://www.python.org/ The Official Python Page] | ||
* [http://docs.python.org/tutorial/index.html The Python Tutorial] | |||
* [https://www.cfa.harvard.edu/~ebresser/python/ Python for Scientists] | * [https://www.cfa.harvard.edu/~ebresser/python/ Python for Scientists] | ||
* [http://astronomy.sussex.ac.uk/~anthonys/pidly/ pIDLy] | * [http://astronomy.sussex.ac.uk/~anthonys/pidly/ pIDLy] |
Latest revision as of 18:49, 22 June 2010
Python is an alternative to idl for scientific computing. Similar to IDL, it is a powerful dynamic programming language with a large library of available functions both built-in and community developed and it is increasingly being adopted by the astronomy community. Its biggest advantage compared to IDL is that it is freely usable and distributable, even for commercial use.
If you would like to try out Python without giving IDL cold turkey you should consider using pIDLy. pIDLy provides a bridge between a Python session and IDL such that it is possible to run IDL commands from within a Python session. Data is then passed automatically from the IDL to the Python session for further processing within Python