"One of my perpetual second week projects is to make an IDE that understands Python as the serialization format of a graph of objects — modules, classes, and functions — rather than text."
"Google App Engine is a managed hosting environment with a tightly managed stack running in a machine-independent environment. It simplifies the deployment and management of your web application software stack while constraining you to a specific stack."
"This is a port of the Django tutorial to use appengine instead of Pure Django. Like in the Django tutorial, we build a poll engine, where you can create polls and others can vote for them."
"Pyro is short for PYthon Remote Objects ... an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use.... when using Pyro you just write your Python objects like you would normally"
"processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. It runs on both Unix and Windows."
"The gist of it is that I've added a few new views and a single function decorator that you can use to unleash the additional functionality within the admin."