- dunder methods (jen jednoduše:
__str__,__name__, ale už NE__add__, ...) - generátory (yield)
- iterátory (
__iter__,__next__) - vlastní context manager
- list/dict/set comprehensions
- ternary operator
- dekorátory
- regular expressions
- rekurze (dů: fraktálový stromeček :-))
- variable scope (materiál "funkce více do hloubky")
*list,**dictexpanze
- @property (- OOP: inheritance, super())
- OOP: staticmethod, classmethod, konvence
_protected,__private
- OOP: interfaces, kompozice (strong assoc.), agregace (weak assoc.)
- dunder methods (
__getitem__,__add__, ...)