fix
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
acb4ab2fed
commit
7af0cfa5cb
|
@ -26,8 +26,8 @@
|
||||||
* Integer und mathematische Operatoren
|
* Integer und mathematische Operatoren
|
||||||
* Fließkommazahlen (Floats)
|
* Fließkommazahlen (Floats)
|
||||||
* Strings
|
* Strings
|
||||||
* Kontrollstrukturen
|
* Kontrollstrukturen und Vergleichsoperatoren
|
||||||
* Branching (Verzweigung): `if` / `elseif` / `else` und `match`
|
* Branching (Verzweigung): `if` / `elif` / `else` und `match`
|
||||||
* Loops (Schleifen): `for` und `while`
|
* Loops (Schleifen): `for` und `while`
|
||||||
* Funktionen: `def` und `return`
|
* Funktionen: `def` und `return`
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
**Übungsaufgaben**
|
**Übungsaufgaben**
|
||||||
|
|
||||||
### Kaffe-/Teepause (20 min)
|
### Kaffee-/Teepause (20 min)
|
||||||
|
|
||||||
### Fehlerbehandlung in Python (45-60 min)
|
### Fehlerbehandlung in Python (45-60 min)
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
* Der Standardmodulsuchpfad (`sys.path`)
|
* Der Standardmodulsuchpfad (`sys.path`)
|
||||||
* Relative Importe
|
* Relative Importe
|
||||||
|
|
||||||
## Kaffe-/Teepause (20 min)
|
## Kaffee-/Teepause (20 min)
|
||||||
|
|
||||||
### Zugriff auf das Dateisystem
|
### Zugriff auf das Dateisystem
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
|
|
||||||
### Entwicklung eines HTML-Crawlers (60-90 min)
|
### Entwicklung eines HTML-Crawlers (60-90 min)
|
||||||
|
|
||||||
## Kaffe-/Teepause (20 min)
|
## Kaffee-/Teepause (20 min)
|
||||||
|
|
||||||
### Zusammenfassung, Fragen, Lösungen usw. (30 min)
|
### Zusammenfassung, Fragen, Lösungen usw. (30 min)
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue