Miscellaneous projects and experiments in Python
- IPP - Impractical Python Projects (Vaughn, from No Starch Press)
- MAwP - Math Adventures with Python (Farrell, from No Starch Press)
- RPGs - miscellaneous tabletop RPG utilities
- pygame - assorted projects based on Pygame
- Code the Classics Vol 1 & 2 (bugz, brikz, cave, futbol, huevos, invader, pawng, rabbit_run, racer, thud)
- pygame/NOC - Nature of Code (Shiffman)
- pygame/hexes & pygame/isometric - grid drawing utilties
- pygame/nulltima - a rudimentary Ultima III clone
- pygame/noise - a simple Perlin noise implementation
- pygame/bresenham.py - working out Bresenham's line drawing algorithm
- pygame/engine - a homegrown replacement for Pygame Zero, used in all the Code the Classics projects. Also duplicates some features of Processing, and is used accordingly in NOC & MAwP, above.