Python
Write an awesome doc for Python. A very nice an practical one extracted from Python official documentation.
View on GitHub
Tutorial
Intro
.
Getting started
.
Whetting your appetite & some very basic concepts
.
Conditions, loops and more
.
Functions
.
Better developer experience in writing/using functions
.
Type annotation in Python
.
Useful VSCode extensions for developing in Python
.
Questions and fixing some mistakes
.
Lambda expressions
.
List data structure
.
Tuples, and sets
.
Dictionaries
.
Looping, conditions, and comparing
.
Modularity
.
Modules in Python
.
Packages in Python
.
String formatting
Errors and Exceptions
:
Syntax errors
.
Errors or exceptions
.
try ... except ... finally
Files
.
Classes
.
Decorators
in Python.
An introduction to the topic
.
Getter & setter
.
Dunder methods
in Python.
OOP principles
.
Docs
AI roadmap