- Web Servers (not Python) used to serve Python web frameworks data
- Apache HTTP server with mod_wsgi
- Nginx
- WSGI HTTP Server
- Python Web Frameworks
- django ("manage.py runserver" runs a WSGI application for development purposes)
- flask http://flask.pocoo.org/ (Restfull microframework)
- Zope
- wsgi
- Client connections that Apache receives will be translated into the WSGI format that the Django application expects using the mod_wsgi