Lecture 01

To-do date: 24 Jun at 8:15

In this unit, we begin with an overview of the fundamentals of the course. It shows you some commands, which you might not fully understand at that moment, but which will you enable to do the first steps into Python. You should get a flavor of what we will work with. At the end if statement, while and for loops are discussed.

This unit is covered in Ch. 1 of the course book.

Slides: lecture01.pdf Download lecture01.pdf

Notebook: lecture01.ipynb Download lecture01.ipynb

Python: lecture01.py Download lecture01.py