Python/Einstieg: Unterschied zwischen den Versionen
Aus C3D2
Vater (Diskussion | Beiträge) K (Vater verschob die Seite Python Anfänger nach Python/Einstieg: zuordnung (und zweck statt generisch maskuline menschen)) |
W01f (Diskussion | Beiträge) K (→Quellen) |
||
(8 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | [[user:wurzel3|Wurzel3]] und [[user:w01f|Wolf]] wollen in 2019 erste Schritte | + | [[user:wurzel3|Wurzel3]] und [[user:w01f|Wolf]] wollen in 2019 erste Schritte mit der [[Programmiersprache]] [[Python]][[Kategorie:Python]] wagen. Weitere Interessierte sind willkommen. |
* Regelmäßiges Treffen: tbd – [https://dudle.inf.tu-dresden.de/pa-termin/ TUdle] | * Regelmäßiges Treffen: tbd – [https://dudle.inf.tu-dresden.de/pa-termin/ TUdle] | ||
Zeile 16: | Zeile 16: | ||
; Sammlung von (geeigneter) Dokumentation: | ; Sammlung von (geeigneter) Dokumentation: | ||
* Python als erste Programmiersprache | * Python als erste Programmiersprache | ||
+ | ** http://mypy-lang.org/ | ||
** https://docs.python-guide.org/ | ** https://docs.python-guide.org/ | ||
** https://docs.python.org/3/tutorial/index.html | ** https://docs.python.org/3/tutorial/index.html | ||
** https://www.codecademy.com/learn/learn-python | ** https://www.codecademy.com/learn/learn-python | ||
** https://tutorials-raspberrypi.de/programmieren-lernen-raspberry-pi-einfuehrung/ | ** https://tutorials-raspberrypi.de/programmieren-lernen-raspberry-pi-einfuehrung/ | ||
+ | * Python als [[Programmiersprache]] anwenden | ||
+ | ** https://exercism.io/tracks/python | ||
+ | ** https://www.programcreek.com/python/index/module/list | ||
+ | * Mechanize | ||
+ | ** https://mechanize.readthedocs.io/en/latest/ | ||
+ | ** https://pypi.org/project/mechanize/ | ||
+ | ** https://www.pythonforbeginners.com/cheatsheet/python-mechanize-cheat-sheet | ||
* grafische Oberflächen für Python, ggf. | * grafische Oberflächen für Python, ggf. | ||
− | ** | + | ** [http://www.pyside.org/ PySide2] (cross platform, supporting Qt5) |
− | |||
− | |||
− | |||
*** https://wiki.qt.io/PySide_Video_Tutorials | *** https://wiki.qt.io/PySide_Video_Tutorials | ||
*** https://www.youtube.com/watch?v=Dmo8eZG5I2w | *** https://www.youtube.com/watch?v=Dmo8eZG5I2w | ||
− | |||
*** https://pyside.github.io/docs/pyside/ | *** https://pyside.github.io/docs/pyside/ | ||
− | ** https:// | + | * web framework mit Python |
− | ** https:// | + | ** Django |
− | ** https:// | + | *** https://www.djangoproject.com/start/ |
− | ** | + | *** https://tutorial.djangogirls.org/ |
+ | **** https://tutorial.djangogirls.org/de/ | ||
+ | ***** https://tutorial.djangogirls.org/de/python_introduction/ | ||
+ | *** | ||
+ | **** | ||
+ | ***** https://django-carrots.readthedocs.io/en/latest/python_quickstart/ |
Aktuelle Version vom 28. Februar 2020, 23:05 Uhr
Wurzel3 und Wolf wollen in 2019 erste Schritte mit der Programmiersprache Python wagen. Weitere Interessierte sind willkommen.
- Regelmäßiges Treffen: tbd – TUdle
- Ort: tbd – Vorschläge:
Erste Ziele
- Python als erste Programmiersprache
- GUI: Desktop „App“
- „App“ für Raspi
Quellen
- Sammlung von (geeigneter) Dokumentation
- Python als erste Programmiersprache
- Python als Programmiersprache anwenden
- Mechanize
- grafische Oberflächen für Python, ggf.
- PySide2 (cross platform, supporting Qt5)
- web framework mit Python