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 | ||
Revision as of 10:40, 5 May 2009
Python Source Code and Modules
- ipython - a friendly interactive shell for python. Info ONLamp Article
- matplotlib - a handy system for plotting in python.
- numpy - numeric analysis in python (needed for matplotlib)
- dateutil
- Crystal Space 3D
- PyX - A Python PS and PDF graphing package
- pygame - a Python game development system
- iCalendar package for Python
- VPython - 3D Programming in Python
- PEAK Easy Install
Python Training
Python Installation
On the Mac, you can install matplotlib with this command using MacPorts::
% sudo port install py-matplotlib py-ipython