Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 716 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 716 Bytes

Python Anfänger Programmierkurs

Inhalte

  • Datentypen: str, int, float
  • Konsoleninteraktion: print, input
  • Arithmetik: +, -, /, *, **, //, ^, |, %
  • ...
  • Simple Rekursion
  • Einführung Klassen und Objekte?

Optionales

  • Datensätze lesen: csv, txt
  • Matplotlib: plots, subfigure
  • Typing: Primitive Datentypen, Dicts[str, class]

Zusatzinhalte (von wichtig zu unwichtig):

  1. Python Library: numpy -> für große Datentabellen
  2. Was ist der Unterschied zwischen .ipynb und .py Dateien?
  3. Python Library: matplotlib -> für Diagramme/Plots
  4. csv Datentabellen einlesen mit pandas
  5. git Versionsverwaltung
  6. Typisierung von Variablen in Python
  7. Was sind IDEs und wie installiere ich diese?