February 2018
Beginner to intermediate
348 pages
9h 40m
English
Django is an open source web development framework for Python that aims at making web development simple and easy, as its slogan states:
More information is available on the project website at https://www.djangoproject.com/.
Among other interesting features, such as a dynamic administrative interface, a caching framework, and unit tests, Django comes with a FastCGI manager. It's going to make things much simpler for us from the perspective of running Python scripts through Nginx.