This repository is structured as follows:
- There is a directory for each learning block (based on Moodle blocks) containing the code presented in-class
- E.g.: 1 Programming Introduction has its corresponding
/01_lecture
directory
- E.g.: 1 Programming Introduction has its corresponding
- Each lecture/directory has multiple
.py
files which are chronologically ordered- E.g.:
/01_lecture
has a01printing.py
,02user_input.py
and so on
- E.g.:
- Each directory has a sub directory named
/exercises
which provides you with exercises for each topic- E.g.:
/01_lecture/exercises/01_printing.py
- E.g.: