Python Basics (2023-05-15 - 2023-05-17)

Day 1

Setup

Basics

Datatypes

Control Flow, Sequences, Iteration

More Datatypes

Day 2

Morning Awakening

Generators

A Bit Of venv, A Bit Of pip

From Python: Project/Package Management

Basics

More Datatypes

Exercise Series: CSV Files

Day 3

Object Oriented Programming

From Object Oriented Programming

(livehacked in oo.py)

Interleaved by a pytest installation into a virtual environment:

Followed by an exercise …

OO, cont’d …

(see also oo.py)

Advanced Language Features