Python

Write an awesome doc for Python. A very nice an practical one extracted from Python official documentation.

View on GitHub

Tutorial

  1. Intro.
  2. Getting started.
    1. Whetting your appetite & some very basic concepts.
    2. Conditions, loops and more.
    3. Functions.
    4. Better developer experience in writing/using functions.
    5. Questions and fixing some mistakes.
    6. Lambda expressions.
    7. List data structure.
    8. Tuples, and sets.
    9. Dictionaries.
    10. Looping, conditions, and comparing.
  3. Modularity.
    1. Modules in Python.
    2. Packages in Python.

Docs