Web Server Gateway Interface This presentation, with sample source code, may be downloaded here: http://archimedeanco.com/wsgi-tutorial.tar.gz Click mouse or press spacebar to advance slides. © 2009 Chris Rossi WSGI: Web Server Gateway Interface The specification PEP 333 http://www.python.org/dev/peps/pep-0333/ A WSGI application is a callable with the following signature: def application(environ,