Python (2022-11-16 - 2022-11-18)#
Setup#
Basics#
Datatypes#
At the end of the day, a small CSV demo: koppel-netzwerke.py
Control Flow, Sequences, Iteration#
Exercise: Determine Maximum of Two Numbers
A condensed/pythonic version: maximum.py
-
Rolling dice, demonstrating the
else
clause ofwhile
): dice.py
-
yield
demo, iterating over generated Fibonacci numbers: fibonacci.py