Alle Dateien aus dem Pythonkurs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

792 B

Alle Demoprogramme und Codeschnipsel für das Pythontutorial auf https://raspithek.de

CC-BY-SA Olli Graf

Kapitel Beschreibung
1 Einführung, Variablen und Konstanten
2 Kontrollstrukturen (Schleifen und Bedingungen)
3 Methoden (inkl. import)
4 Strings
5 Listen Dictionaries und Tupel
6 Objekte
7 Module
8 Exceptions
9 Typkonvertierung
10 Dateien
11 Datum und Zeit
12 Multithreading
13 Netzwerk
14 Logging
15 GPIO
16 Testing
17 Datenbank
18 Generatoren und list comprehension
19 Webseiten (Flask)
20 virtuelle Umgebungen
21 Interrupts & Signale
22 NumPy
23 MatPlotLib
24 match
25 reguläre Ausdrücke
26 lambda Funktionen
27 getattr()