parent topic: Python
show presentation individually

Python Advanced

  • Python Advanced
  • Logging
  • Automated testing
  • Pytest
  • Doctests
  • Unittest
  • Docstrings
  • Type hints
  • Advanced object-oriented programming
  • OOP: Properties
  • OOP: Static attributes and methods
  • OOP: Magic Methods
  • OOP: Inheritance
  • OOP: In depth
  • Iterables and iterators
  • Generator functions and generator expressions
  • Iterators: internals
  • For ... else
  • Lambdas
  • Higher-order functions
  • Advanced data types
  • set & frozenset
  • namedtuple
  • Enum
  • Parallelization