Lecture 03 (VL)

By now we have developed familiarity with lists. In this lecture we are introduced to alternative container types; dictionaries, sets and tuples. Additionally, we explore Jupyter Notebooks and discuss a few aspects of fixed point iterations.

Additional information about these topics are found in the course book, chapters 3.3-3.6.

Slides: lecture03.pdf

Notebook: lecture03.ipynb

Python: lecture03.py