Saturday, November 19, 2016

Some Web Servers and Python Web Frameworks


  • 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