Source code for web flow lessons of Learn Python course.
Meet Python standard library, which types and operations supported by Python, how to run Python scripts, everything is object in Python, which features enabled in Python by default, how to install new libraries, what is virtual environment, pip installs packages.
Intro to SCM and VCS, Git is our DVCS to use, structure of Python project and Python library, introduction of bootstrapper.
How Python connects to web-servers and databases.
Create our first Django web-project with static files handling, user registration and authentication.
Configure Django web-project with well-used reusabble apps, like Grappelli, Haystack, Debug Toolbar and other.