Introducing WSGI: Python's Secret Web Weapon (O'Reilly)
[Posted October 4, 2006 by cook]
James Gardner
looks at the Web Server Gateway Interface Utilities in Python 2.5.
"
The recent Python 2.5 release features the addition of the Web Server Gateway Interface Utilities and Reference Implementation package 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."
(
Log in to post comments)