Difference between revisions of "Python Resources"

From Simson Garfinkel
Jump to navigationJump to search
Line 16: Line 16:


===To Watch===
===To Watch===
 
I haven't seen these yet:
* [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=-8437473245141752362 Python 101], PyCon 2011
* [http://video.google.com/videoplay?docid=7760178035196894549#docid=9023849479319414382 Introducing Python], 24 minutes of interviews.
* [http://video.google.com/videoplay?docid=7760178035196894549#docid=9023849479319414382 Introducing Python], 24 minutes of interviews.
; Python 3.0 training:
* [http://www.youtube.com/watch?v=Qi13Hot6IQw Python 3 tutorial - String formatting and conditions]
* [http://www.youtube.com/watch?v=2uO-sJKCNDo Python 3 Tutorial: Variables and Strings]
* [http://www.youtube.com/watch?v=jECazLigEH8 Python 3 Tutorial: 3 - Strings]
* [http:/www.youtube.com/watch?v=v6nD8f-J_XU Python 3 Tutorial: 17 - String Methods]
* [http://www.youtube.com/watch?v=geoly0UNCvA Ira Krakow's Python 3 Tutorial Part 2 (Strings)‏]
* [http://www.youtube.com/watch?v= fc9buLUiqLE Ira Krakow's Python 3 Essential Training --- Splitting and...‏]


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

Revision as of 15:50, 25 July 2011

Python Source Code and Modules

Python Training

I've seen these and highly recommend them:

To Watch

I haven't seen these yet:

Python 3.0 training

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