Configuring uWSGI for Production Deployment explains how Bloomberg uses uWSGI as a production WSGI server for some of their Python projects and how to set it up for your own. Server Object Method Our server object is given an application parameter which can be any callable application object see other examples. Howtoforge Linux Tutorials Application Writing Tutorial Python Unless otherwise stated all unicode strings are decoded using ISO-8859-1. . Import sys def application environ start_response. A WSGI application is a Python callable such as a function a class or a class instance with a __call__ method. It writes first the headers then the body of data returned by our application to the system standard output. WSGI speeds up Python web application development because you only need to know basic things about WSGI. WSGI is the modern interface specification for the communication between server and application. To find out...