Python

From IARC 207 Wiki
Revision as of 11:36, 3 September 2008 by 137.229.92.253 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To start things off... Download python here:

http://python.org

Python package installer:

  1. Download ez_setup.py from:

http://peak.telecommunity.com/DevCenter/EasyInstall

  1. from command line type python ez_setup.py to install
$ python ez_setup.py 
  1. 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.