Short for
Web Server Gateway Interface, WSGI is a standard interface for
Python Web applications to communicate with
Web servers. WSGI separates the Web application from the Web server, similar to a
Java servlet enabling Web framework developers to easily interface with Web servers. WSGI is also used to build Web applications.
See also “Building a Photo Gallery with Python and WSGI” on Developer.com.