Pyglet and pymunk are python wrappers for fast libraries (for openGL and a c++ physics library, respectively) that are helpful in making games. I wrote a tutorial about combining the two to make 2D physics based games that are written in python but still perform well.