2010
Bottle: Python Web Framework - Bottle: Python Web Framework
by ghis2009
Snakes on the Web
by marcoTornado Web Server Documentation
by greutTornado comes with limited support for WSGI. However, since WSGI does not support non-blocking requests, you cannot use any of the asynchronous/non-blocking features of Tornado in your application if you choose to use WSGI instead of Tornado's HTTP server. Some of the features that are not available in WSGI applications: @tornado.web.asynchronous, the httpclient module, and the auth module.
in other words: WSGI sucks
Werkzeug 0.4.1 released! » Armin Ronacher
by greutWerkzeug, the swiss army knife for Python web developers.
the WSGI anti-framework