Python Resources
From Simson Garfinkel
Jump to navigationJump to search
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
On the Mac, you can install matplotlib with this command using MacPorts::
% sudo port install py-matplotlib py-ipython