Python for Beginners - hanselmarcel/TechLab GitHub Wiki
Tutorials
Python Dokumentation: Documentation
Gutes Buch für Einsteiger: Python for Kids (Gregor Lingl) -> Swisscovery Link
Tutorial für Anfänger: Python3 Tutorial
Interaktives Tutorial: Learn Python
Tutorial für Fortgeschrittene: Dive into Python 3
Offizielles Englisches Tutorial: The Python Tutorial
Tools
Visualisierung der Ausführung des Python Codes: Python Tutor
Online Python Code ausführen: Python Online Online Editor
Cheat Cheat Python: Python Cheat Sheet.pdf
Get Started
- Python installieren: Neueste Version herunterladen (Häckchen bei "Add python.exe to PATH" setzen / Anleitung)
- Python IDLE starten und neues File erstellen, danach File speichern, mit F5 (Run->Run Module) ausführen
Theorie
- PROG-print_strings_variablen.pptx
- PROG-turtle.pptx
- PROG-if_while.pptx
- PROG-for.pptx
- PROG-list_dictionaries.pptx
- PROG-funktionen.pptx
- PROG-input_output.pptx
- PROG-textanalyse.pptx -> 20min.txt
- PROG-visualisierungen.pptx