Micropython Kurs 2023 - Teil 1: Difference between revisions
| (22 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
==== 1. Abend==== | ==== 1. Abend==== | ||
Di. 31.10.2023<br> | Di. 31.10.2023<br> | ||
[[1. Lektion: Mit Phyton und Thonny vertraut machen - REPL]] | [[1. Lektion: Mit Phyton und Thonny vertraut machen - REPL]]<br> | ||
[[2. Lektion: Erste Schritte]] | [[2. Lektion: Erste Schritte]]<br> | ||
[[3. Lektion: Datentypen]] | [[3. Lektion: Datentypen]]<br> | ||
[[4. Lektion: Mit Phyton rechnen]] | [[4. Lektion: Mit Phyton rechnen]]<br> | ||
==== 2. Abend==== | ==== 2. Abend==== | ||
| Line 21: | Line 21: | ||
==== 4. Abend==== | ==== 4. Abend==== | ||
Di. 21.11.2023<br> | Di. 21.11.2023<br> | ||
[[9. Lektion: Was ist programmieren?]] | [[9. Lektion: Was ist programmieren?]]<br> | ||
[[10. Lektion: Scripte schreiben]] - | [[10. Lektion: Scripte schreiben]]<br> | ||
[[10-1. Lektion: Nummern raten]]<br> | |||
[[11. Lektion: Module]]<br> | [[11. Lektion: Module]]<br> | ||
[[12. Lektion: Standardmodule von Microphyton]]<br> | [[12. Lektion: Standardmodule von Microphyton]]<br> | ||
| Line 33: | Line 34: | ||
[[15. Lektion: Stringbearbeitung]]<br> | [[15. Lektion: Stringbearbeitung]]<br> | ||
[[16. Lektion: Funktionen.extend()]]<br> | [[16. Lektion: Funktionen.extend()]]<br> | ||
[[17. Lektion: Fehlerbehandlung]]<br> | [[17. Lektion: Fehlerbehandlung]]<br> | ||
[[18. Lektion: Das Filesystem]]<br> | |||
<!-- | |||
https://medium.com/@bobbykboseoffice/10-essential-phyton-coding-conventions-aaf5c3761622<br> | https://medium.com/@bobbykboseoffice/10-essential-phyton-coding-conventions-aaf5c3761622<br> | ||
https://www.w3schools.com/python/python_conditions.asp<br> | https://www.w3schools.com/python/python_conditions.asp<br> | ||
https://python.plainenglish.io/when-and-how-to-use-docstrings-in-python-e0bc6ad4210a<br> | https://python.plainenglish.io/when-and-how-to-use-docstrings-in-python-e0bc6ad4210a<br> | ||
<br> | <br> | ||
--> | |||
== Navigation== | == Navigation== | ||
Latest revision as of 18:41, 20 November 2023
Diese Seite zeigt die Lektionen, die im 1. Teil des Kurses behandelt werden.
Sie ergeben eine Einführung in Micropython.
Am Ende des 1. Teiles solltest Du in der Lage sein eigenständig Micropythonprogramme zu schreiben.
1. Abend
Di. 31.10.2023
1. Lektion: Mit Phyton und Thonny vertraut machen - REPL
2. Lektion: Erste Schritte
3. Lektion: Datentypen
4. Lektion: Mit Phyton rechnen
2. Abend
Di. 7.11.2023
5. Lektion: Variablen Vielfalt
3. Abend
Di. 14.11.2023
6. Lektion: Entscheidungen
7. Lektion: Wiederholungen
8. Lektion: Funktionen
4. Abend
Di. 21.11.2023
9. Lektion: Was ist programmieren?
10. Lektion: Scripte schreiben
10-1. Lektion: Nummern raten
11. Lektion: Module
12. Lektion: Standardmodule von Microphyton
13. Lektion: Externe Module finden
5. Abend
28.11.2023
14. Lektion: Variablen_vielfalt.extend()
15. Lektion: Stringbearbeitung
16. Lektion: Funktionen.extend()
17. Lektion: Fehlerbehandlung
18. Lektion: Das Filesystem
Zurück zur "Micropython Kurs 2023" Startseite
Zurück zur Programmieren Startseite
Zurück zur Wiki Startseite