Flask - the web framework that loves you (Brian Hicks)
Hosted by STL Python
Details
From the flask documentation:
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
Flask lets you write very simple code to make some fairly complex things. I'll be going over how you can get started making websites with Flask, how to make them look nice, and where you can host them (for free!)