By piccoloprincipe
via css.dzone.com
Published: Feb 07 2012 / 10:18
WSGI (Web Server Gateway Interface) is the standard for interfacing Python web applications with web servers. One of the Python syntax mantras is there should be one and preferably only one way to do it - and WSGI has become the way for responding to HTTP requests in Python code.



Add your comment