Difference between revisions of "Python Resources"

From Simson Garfinkel
Jump to navigationJump to search
Line 1: Line 1:
Python Source Code and Modules  
==Python Source Code and Modules==
* ipython - a friendly interactive shell for python. [http://ipython.scipy.org/moin/ Info] [http://www.onlamp.com/pub/a/python/2005/01/27/ipython.html ONLamp Article]
* ipython - a friendly interactive shell for python. [http://ipython.scipy.org/moin/ Info] [http://www.onlamp.com/pub/a/python/2005/01/27/ipython.html ONLamp Article]
* [http://matplotlib.sourceforge.net/ matplotlib] - a handy system for plotting in python.
* [http://matplotlib.sourceforge.net/ matplotlib] - a handy system for plotting in python.
Line 11: Line 11:
* [http://peak.telecommunity.com/DevCenter/EasyInstall PEAK Easy Install]
* [http://peak.telecommunity.com/DevCenter/EasyInstall PEAK Easy Install]


==Python Training==
* [http://pycon.blip.tv/#2032214 PyCon 2009 Videos]
==Python Installation==
On the Mac, you can install matplotlib with this command using MacPorts::
On the Mac, you can install matplotlib with this command using MacPorts::
   % sudo port install py-matplotlib py-ipython
   % sudo port install py-matplotlib py-ipython
==Python Training==
* [http://pycon.blip.tv/#2032214 PyCon 2009 Videos]

Revision as of 11:40, 5 May 2009

Python Source Code and Modules

Python Training

Python Installation

On the Mac, you can install matplotlib with this command using MacPorts::

 % sudo port install py-matplotlib py-ipython