Lecture 03
To-do date: 21 Jun at 8:15
In this lecture, we see how we work with indices to access elements of a list or even sublists. This is one of the most important features in Python and it needs some training!
Besides that dictionaries, sets and tuples are introduced as other container datatypes.
At the end we briefly discuss floating point numbers.
Notebook: lecture03_S.ipynb Download lecture03_S.ipynb
Slides: lecture03_S_slides.pdf Download lecture03_S_slides.pdf
Python: lecture03_S.py Download lecture03_S.py