Python
This is a page where I put little bits about the Python programming language that I don’t feel like writing a whole post about.
Brian K. Jones posted a nice article, Intro to Python 101 For Beginners, at his blog, Musings of an Anonymous Geek (oops, maybe I wasn’t supposed to say his name). He mentions the book Dive Into Python which is free to download.
Via Eric Floehr:
David Goodger’s Code Like a Pythonista.
Invent Your Own Computer Games With Python “… is primarily a book about learning Python via programming simple games, but there are a few chapters on using PyGame to create graphical games with sound, etc.”
Via Nick Albright:
Richard Gruet’s Python Quick Reference collection, including Python 2.6 Quick Reference.
See also: