WSGI: Python’s Secret Web Weapon
XML.com has an article up called Introducing WSGI: Python’s Secret Web Weapon by James Gardner.
Here’s the summary:
The recent Python 2.5 release features the addition of the Web Server Gateway Interface Utilities and Reference Implementation package (wsgiref) to Python’s standard library.
In this two-part article, we will look at what the Web Server Gateway Interface is, how to use it to write web applications, and how to use middleware components to quickly add powerful functionality. Before diving into these topics, we will also take a brief look at why the specification was created in the first place.
If you are trying wrap your head around the whole web framework and WSGI thing, this article might help.
