Lecture 03

To-Do Date: Wed Jun 21 2023 06:15:00 GMT+0000 (Coordinated Universal Time)

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