Python 3Sraz 3.1dunder methods (jen jednoduše: __str__, __name__, ale už NE __add__, ...)generátory (yield)iterátory (__iter__, __next__)vlastní context managerlist/dict/set comprehensionsternary operatordekorátorySraz 3.2regular expressionsrekurze (dů: fraktálový stromeček :-))variable scope (materiál "funkce více do hloubky")*list, **dict expanzeSraz 3.3@property (- OOP: inheritance, super())OOP: staticmethod, classmethod, konvence _protected, __privateSraz 3.4OOP: interfaces, kompozice (strong assoc.), agregace (weak assoc.)dunder methods (__getitem__, __add__, ...)