parent topic: Python
show presentation individually

Python Fortgeschritten

  • Python Fortgeschritten
  • Logging
  • Automatisiertes Testen
  • Pytest
  • Doctests
  • Unittest
  • Docstrings
  • Type Hints
  • Fortgeschrittene objektorientierte Programmierung
  • OOP: Properties
  • OOP: Statische Attribute und Methoden
  • OOP: Magic Methods
  • OOP: Vererbung
  • OOP: Vertiefung
  • Iterables und Iterators
  • Generatorfunktionen und Generator Expressions
  • Iterators: Hintergründe
  • Schleifen
  • Lambdas
  • Funktionen höherer Ordnung
  • Fortgeschrittene Datentypen
  • set & frozenset
  • namedtuple
  • Enum
  • Prallelisierung