Demos
Pyroids
This is a really simple Asteroids type game I made. It has Ian Mallett's circle collisions, and its the first game I've made without using the pygame sprite!
Source: DownloadCollisions Demo
This is a simplified version of the Jumper Demo. Its not documented at all, so no silly comments getting in your way. If you need comments check out the Jumper Demo (below).
Source: DownloadJumper Demo
This is a demo with a guy who can jump. It also has collisions, level parsing, and more (I think).
Source: DownloadPyGame Sprite Tutorial
This is a simple but well documented tutorial on the PyGame sprite.
Source: Download