Difference between revisions of "Python Resources"

From Simson Garfinkel
Jump to navigationJump to search
m (1 revision)
Line 13: Line 13:
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:39, 5 May 2009

Python Source Code and Modules

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

 % sudo port install py-matplotlib py-ipython

Python Training