Flask is a lightweight Python web application framework based on the Werkzeug WSGI toolkit and Jinja2 template engine. It keeps the core simple but extensible. The extensions allow you to add such functionality into an application as if it was implemented in Flask itself.
http://flask.pocoo.org/