I'd like to announce the first alpha release of the pyprocessing
http://code.google.com/p/pyprocessing project. This is a Python package that creates an environment for graphics applications that closely resembles that of the Processing system.
The project mission is to implement Processing's friendly graphics functions and interaction model in Python. Not all of Processing is to be ported, though, since Python itself already provides alternatives for many features of Processing, such as XML parsing.
The pyprocessing backend is built upon OpenGL and Pyglet, which provide the actual graphics rendering. Since these are multiplatform, so is pyprocessing.
We hope that, much in the same spirit of the Processing project, pyprocessing will appeal to people who want to easily program and interact with computer generated imagery. It is also meant to help teaching computer programming by making it possible to write compact code with rich visual semantics.
I would appreciate any comment on this effort.
Cheers,