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

  1. PROG-print_strings_variablen.pptx
  2. PROG-turtle.pptx
  3. PROG-if_while.pptx
  4. PROG-for.pptx
  5. PROG-list_dictionaries.pptx
  6. PROG-funktionen.pptx
  7. PROG-input_output.pptx
  8. PROG-textanalyse.pptx -> 20min.txt
  9. PROG-visualisierungen.pptx

Aufgaben

  1. Python Aufgaben.pdf
  2. Python Weitere Übungen 1.pdf
  3. Python Weitere Übungen 2.txt

Hilfe

Deutsches Python Forum

Deutsches Python Wiki