Python and Pygame Tutorial and Examples: Introduction to programming using Python and Pygame. The page includes several examples and an introductory textbook for learning to program with Pygame and Python. Tutorial created by Simpson College.
Rapid Game Development with Python - by Richard Jones. The basics of pygame are introduced with the example of a simple racing game. Then the program is improved by introducing classes.
sjbrown's Guide to Writing Games Advanced tutorial for object oriented and design pattern based programming. Shows how to design your game in a way that network playing can be added later on.