Python: Forskelle mellem versioner
Spring til navigation
Spring til søgning
→Undervisningsmateriale: opdteret liste efter diskussion på slack i Piratchat om Python - se også #python |
|||
| Linje 19: | Linje 19: | ||
|Hillerøds [https://github.com/coding-pirates-hillerod/python-projects-collection Python Projekter til inspiration] | |Hillerøds [https://github.com/coding-pirates-hillerod/python-projects-collection Python Projekter til inspiration] | ||
https://github.com/coding-pirates-hillerod/grundlaeggende-python-programmering | https://github.com/coding-pirates-hillerod/grundlaeggende-python-programmering | ||
https://github.com/coding-pirates-hillerod/grundlaeggende-tkinter-udvikling | https://github.com/coding-pirates-hillerod/grundlaeggende-tkinter-udvikling | ||
https://github.com/coding-pirates-hillerod/spiludvikling-i-pygame | https://github.com/coding-pirates-hillerod/spiludvikling-i-pygame | ||
|GitHub Repo | |GitHub Repo | ||
Versionen fra 3. jul. 2026, 15:42
Formålet med denne side om programmeringssproget Python er at give et bud på, hvordan man som frivillig, eller blot voksen til egne eller andres børn, kan komme i gang med at undervise, lege og inspirere medlemmer til at komme i gang med Python.
-
Scratch vs Python1
-
Scratch vs Python2
Undervisningsmateriale
| Materiale | Type | Forfatter |
|---|---|---|
| Python teachings | GitHub Repo | Jonas Bak Phillipson (Hillerød) |
| Hillerøds Python Projekter til inspiration
https://github.com/coding-pirates-hillerod/grundlaeggende-python-programmering https://github.com/coding-pirates-hillerod/grundlaeggende-tkinter-udvikling https://github.com/coding-pirates-hillerod/spiludvikling-i-pygame |
GitHub Repo | Jonas Bak Phillipson (Hillerød) |
| Python med Micro:bit | GitHub Repo | Michael Hansen (Middelfart) |
| CodingPirates_PythonIntro | GitHub Repo | Stefan Grinsted |
| CP Calculator | GitHub Repo | Peter Bødskov (Silkeborg) |
| Python Begynder | Google Slides | Anders Gammelgård-Larsen (ITU) |
| Python Challenges | GitHub Repo | Anders Gammelgård-Larsen (ITU) |
| Videoer med Dansk Python Programmering Intro niveau | Youtube Videos | Magnus ? |
Nyttige biblioteker
| Modul | Beskrivelse |
|---|---|
| Pygame | Pygame er et sæt Python-moduler designet til at skrive videospil. Det giver funktioner til at skabe grafiske grænseflader, håndtere begivenheder, afspille lyde og meget mere. |