Python

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

View on GitHub

Table of Content

Here we talk about a couple of things we put off until now.

  1. Decorators in Python.
  2. Classes in Python.
  3. Getters & setters in Python.
  4. Dunder methods in Python.
  5. OOP principles.