Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Files

Latest commit

eed8b3f · Feb 20, 2013

History

History
40 lines (28 loc) · 1.01 KB

README.rst

File metadata and controls

40 lines (28 loc) · 1.01 KB

Learn Python. Web flow

Source code for web flow lessons of Learn Python course.

Lessons

1. Python standard library

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.

2. Project bootstrap

Intro to SCM and VCS, Git is our DVCS to use, structure of Python project and Python library, introduction of bootstrapper.

3. WSGI & DB-API

How Python connects to web-servers and databases.

4. Hello, Django!

Create our first Django web-project with static files handling, user registration and authentication.

7. Reusabble apps

Configure Django web-project with well-used reusabble apps, like Grappelli, Haystack, Debug Toolbar and other.