Python
Here are assorted bits pertaining to the Python programming language.
Posts tagged Python at BlueCog.com.
Search the online documentation: Python 2.x, Python 3.x.
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.”
Python IAQ: Infrequently Answered Questions
Minesweeper in Python using PyQt4.
Via Nick Albright:
Richard Gruet’s Python Quick Reference collection, including Python 2.6 Quick Reference.
Via Austin Godber:
Access system hardware, OS, and interpreter version information.
Via Greg Malcolm:
The Python Koans are available through Mercurial on bitbucket or through Git on github.