No description
| 01 Variablen | ||
| 02_Data_Types | ||
| 03_Logical_Operators | ||
| 04_Lists_Randomisation | ||
| 05_Loops | ||
| 06_Functions | ||
| 07_Breaking_down_complexity | ||
| 08_Function_with_parameters | ||
| 09_Dictionaries | ||
| 10_Functions_with_output | ||
| 11_Blackjack | ||
| 12_Scopes | ||
| 13_Debugging | ||
| 14_Project_Better_Game | ||
| 15_OOP | ||
| .gitignore | ||
| readme.md | ||
| readme_old.md | ||
- Variablen in Python
- String Manipulation
- Variablenbenamung
- Mathematische Operationen in Python
- Datentypen
- Datentypen konvertieren
- Bedingungen if/elif/else
- Logische Operatoren
- Zufallszahlen
- Fehlerbehandlung
- Funktionen
- For-Schleifen
- Code-Blöcke und Einrückungen
- While-Schleifen
- Flowchart-Programmierung
- Positional und Keyword Argumente
- Python Dictionaries und Lists
- Nested Collections
- Funktionen mit Rückgabewert
- Doc Strings und Kommentare
- Namensbereich Lokale/Globale Variablen
- Debugging Techniken
- Lokale Entwicklungsumgebung
- Objekt orientierte Programmierung mit Python
- Externe Pythonmodule
- Klassen in Python erstellen
- Getter und Setter
- Methoden in Python
- https://docs.python.org/3/library/main.html
- https://docs.python.org/3/reference/datamodel.html?highlight=__init#object.init
- https://docs.python.org/3/reference/datamodel.html?highlight=__init#object.del
- https://docs.python.org/3/glossary.html#term-method
- https://docs.python.org/3/glossary.html#term-function
- https://docs.python.org/3/tutorial/inputoutput.html
- https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals
- https://docs.python.org/3/howto/logging.html?highlight=format%20specifier
- https://docs.python.org/3/library/string.html#format-specification-mini-language