Python is widely used for developing large-scale web applications that are not possible to build using .NET and PHP.
Python supports features that are executed with different frameworks such as Django, Flask, Pyramid, and CherryPy commonly used in sites such Spotify and Mozilla.
You’ll also need the source files in the directory Chapter11.
Web Servers
Most Python web applications are executed on a web server through an interface called WSGI (web server gateway interface ). Other Python scripts are executed ...