Alg a Prg Algo a Prg zase společně: Rekurzivní generování - viz soubor se zadáními a řešeními příkladů K programování: 1. Style guides - co "jsou" a "nejsou" - co se v nich mimo jiné řeší (naming covnetion, ....) PEP 8 – Style Guide for Python Code: https://peps.python.org/pep-0008/ Google Python Style Guide: https://google.github.io/styleguide/pyguide.html 1.2 Profile Python and extensions for PEP styles and etc. formatter visual studio code: alt + shift + f 2. Docstrings https://www.programiz.com/python-programming/docstrings PRISTE 3. Typing annotation in Python and mypy https://docs.python.org/3.12/library/typing.html https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html https://medium.com/@moraneus/exploring-the-power-of-pythons-typing-library-ff32cec44981