The homeworks have a repository: [[https://gitlab.fel.cvut.cz/dzo/dzo-python-assignment-templates|https://gitlab.fel.cvut.cz/dzo/dzo-python-assignment-templates]] **Useful links**: * [[https://git-scm.com/install/|How to install git]] * [[https://help.fit.cvut.cz/gitlab/remote-access/index.html|CVUT gitlab - adding the SSH key for remote access]] * [[https://numpy.org/learn/|NumPy learning resources]] * [[https://shared.ontariotechu.ca/shared/department/student-life/student-learning-centre/nool/documents/math/3data-science-basics_python-cheat-sheet_datacamp-resource.pdf|NumPy cheatsheet PDF]] (array creation, slicing, etc.) **Please note**: This is the first course run with homeworks in python (as opposed to matlab). Reporting any problems is very much appreciated. Please report any to [[mailto:drbohlav@fel.cvut.cz|me]]. **Known issues** (Feb 17, 2026, assignment_0_basics): * 1 student reported problem with env installation, fixed with setting numba version in dependencies to numba==0.60.0 * 1 student reported problem with ''load_test_image'' due to probable inconsistency between importlib versions. This is likely to be fixed in future, for now use e.g. ''im = imread('../src/DZO/data/testimages/goldhill.png')''