Difference between revisions of "Python Resources"

From Simson Garfinkel
Jump to navigationJump to search
m
Line 12: Line 12:


==Python Training==
==Python Training==
I've seen these and highly recommend them:
* [http://video.google.com/videoplay?docid=7760178035196894549 Advanced Python or Understanding Python], Thomas Wouters, Google Tech Talks, February 21, 2007.
===To Watch===
* [http://pycon.blip.tv/#2032214 PyCon 2009 Videos]
* [http://pycon.blip.tv/#2032214 PyCon 2009 Videos]
* [http://video.google.com/videoplay?docid=7760178035196894549#docid=-8437473245141752362 Python 101], PyCon 2011
* [http://video.google.com/videoplay?docid=7760178035196894549#docid=9023849479319414382 Introducing Python], 24 minutes of interviews.


==Python Installation==
==Python Installation==

Revision as of 17:34, 23 July 2011

Python Source Code and Modules

Python Training

I've seen these and highly recommend them:

To Watch

Python Installation

If you are using a Mac, you almost certainly want to ditch Apple's python implementation and instead install your own from:

If you want everybody to be able to use your GUI, you probably want to write it in Tkinter (Python's Tcl/Tk bindings). If you want to actually enjoy what you are writing, you want to use wxpython.

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

 % sudo port install py-matplotlib py-ipython