Pygame
From GPWiki
Pygame is a set of Python modules for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the Python language. Pygame is highly portable and runs on nearly every platform and operating system.
Tutorials and Source
More information about Pygame
Tutorials and Source Code » Pygame Tutorials
Having trouble getting a solution to your problem? You can get help on the community forums or IRC
Want to see something here you can't find? Try making a request on the wanted pages list!
On the Wiki
Introduction
Input
General
- An Object-Oriented Framework
- Using the framework to create Pong
Source Code
- Adventures on Planet Zephulor Source Code - courtesy of HollowWorks
Related
Template:Pygame:Tutorials:Related
External Resources
Python Game Programming Lectures
- An introduction to using python for game programming with pygame.
- Pygame Video Tutorials
- Object-Oriented tutorial for PyGame