Python
Revision as of 11:36, 3 September 2008 by 137.229.92.253 (talk)
To start things off... Download python here:
Python package installer:
- Download ez_setup.py from:
http://peak.telecommunity.com/DevCenter/EasyInstall
- from command line type python ez_setup.py to install
$ python ez_setup.py
- see the peak website for usage. Or, to get you going try the following example.
Python package used in EEI webpage & plot routines:
http://pypi.python.org/pypi/kid/0.9.6
To install the kid package using EasyInstall from the command line type:
$ easy_install http://pypi.python.org/packages/2.5/k/kid/kid-0.9.6-py2.5.egg
You can also install python using cygwin to access it from the cygwin shell.