Lecture ------- .. admonition:: Lesson 3.1 - Definite loops .. raw:: html

Dave Whipp & Henrikki Tenkanen, University of Helsinki @ Geo-Python channel on Youtube.

**Contents:** - `00:05 - Lesson 3 overview `__ - `02:05 - Main points from last week's exercise (Exercise 2) `__ - `12:52 - Definite loops (for loop) `__ - `24:28 - Every day example of for loop `__ - `25:25 - Counting letters using for loop `__ - `34:45 - Using range() function with for loop `__ - `44:13 - Start / stop at certain numbers + skipping numbers with range() function `__ - `49:08 - Iterating over a list of values and updating them `__ - `56:25 - Using len() function in for loop to keep track of the length of the list `__ - `1:09:55 - Adding new values to list and iterating over them `__ | .. admonition:: Lesson 3.2 - Conditional statements .. raw:: html

Dave Whipp & Henrikki Tenkanen, University of Helsinki @ Geo-Python channel on Youtube.

**Contents:** - `00:05 - Going through the poll question `__ - `04:49 - Conditional statements `__ - `07:48 - Every day example of conditional statement `__ - `11:46 - Else if statement (elif) `__ - `16:14 - Comparing values `__ - `28:38 - The benefit of using elif instead of multiple if statements `__ - `32:37 - Combining multiple conditions with and/or operators `__ - `38:07 - Every day example of multiple conditions `__ - `42:55 - Overview of Exercise 3 `__