1 |
1. Um dich auf den Geschmack zu bringen |
text |
2 |
2. Verwendung des Python-Interpreters |
text |
3 |
3. Eine informelle Einführung in Python |
text |
4 |
4. Mehr Werkzeuge zur Ablaufsteuerung |
text |
5 |
5. Datenstrukturen |
text |
6 |
6. Module |
text |
7 |
7. Eingabe und Ausgabe |
text |
8 |
8. Fehler und Ausnahmen |
text |
9 |
9. Kla***en |
text |
10 |
10. Eine kurze Einführung in die Standardbibliothek |
text |
11 |
11. Eine kurze Einführung in die Standardbibliothek - Teil II |
text |
12 |
12. Wie geht’s weiter? |
text |
13 |
13. Interaktive Eingabe-Bearbeitung und Ersetzung des Verlaufs |
text |
14 |
14. Fließkomma-Arithmetik: Probleme und Einschränkungen |
text |
15 |
15. Zur Übersetzung |
text |
16 |
16. Autoren der Übersetzung |
text |
17 |
17. Möglichkeiten der Mitarbeit |
text |
18 |
18. Glossar |
text |
19 |
Python Tutorial |
text |
20 |
Docs |
text |
21 |
¶ |
text |
22 |
Glossar |
text |
23 |
1. Um dich auf den Geschmack zu bringen |
text |
24 |
2. Verwendung des Python-Interpreters |
text |
25 |
2.1. Aufrufen des Interpreters |
text |
26 |
2.1.1. Übergabe von Argumenten |
text |
27 |
2.1.2. Interaktiver Modus |
text |
28 |
2.2. Der Interpreter und seine Umgebung |
text |
29 |
2.2.1. Fehlerbehandlung |
text |
30 |
2.2.2. Ausführbare Python-Skripte |
text |
31 |
2.2.3. Kodierung von Quellcode |
text |
32 |
2.2.4. Die interaktive Startup-Datei |
text |
33 |
2.2.5. Die Customization Module |
text |
34 |
3. Eine informelle Einführung in Python |
text |
35 |
3.1. Benutzung von Python als Taschenrechner |
text |
36 |
3.1.1. Zahlen |
text |
37 |
3.1.2. Zeichenketten (Strings) |
text |
38 |
3.1.3. Über Unicode |
text |
39 |
3.1.4. Listen |
text |
40 |
3.2. Erste Schritte zur Programmierung |
text |
41 |
4. Mehr Werkzeuge zur Ablaufsteuerung |
text |
42 |
4.1. if-Anweisungen |
text |
43 |
4.2. for-Anweisungen |
text |
44 |
4.3. Die Funktion range() |
text |
45 |
4.4. break- und continue-Anweisungen und der else-Zweig bei Schleifen |
text |
46 |
4.5. pa***-Anweisungen |
text |
47 |
4.6. Funktionen definieren |
text |
48 |
4.7. Mehr zum Definieren von Funktion |
text |
49 |
4.7.1. Standardwerte für Argumente |
text |
50 |
4.7.2. Schlüsselwortargumente |
text |