Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2024-05-05 17:37:23 +02:00
parent acb4ab2fed
commit 7af0cfa5cb
3 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@
* Integer und mathematische Operatoren
* Fließkommazahlen (Floats)
* Strings
* Kontrollstrukturen
* Branching (Verzweigung): `if` / `elseif` / `else` und `match`
* Kontrollstrukturen und Vergleichsoperatoren
* Branching (Verzweigung): `if` / `elif` / `else` und `match`
* Loops (Schleifen): `for` und `while`
* Funktionen: `def` und `return`
@ -84,7 +84,7 @@
**Übungsaufgaben**
### Kaffe-/Teepause (20 min)
### Kaffee-/Teepause (20 min)
### Fehlerbehandlung in Python (45-60 min)
@ -113,7 +113,7 @@
* Der Standardmodulsuchpfad (`sys.path`)
* Relative Importe
## Kaffe-/Teepause (20 min)
## Kaffee-/Teepause (20 min)
### Zugriff auf das Dateisystem
@ -137,7 +137,7 @@
### Entwicklung eines HTML-Crawlers (60-90 min)
## Kaffe-/Teepause (20 min)
## Kaffee-/Teepause (20 min)
### Zusammenfassung, Fragen, Lösungen usw. (30 min)

Binary file not shown.

Binary file not shown.