Python: Forskelle mellem versioner
Spring til navigation
Spring til søgning
| Linje 12: | Linje 12: | ||
!Type | !Type | ||
!Forfatter | !Forfatter | ||
!Noter | |||
|- | |- | ||
|[https://github.com/coding-pirates-hillerod/python-teachings Python teachings] | |[https://github.com/coding-pirates-hillerod/python-teachings Python teachings] | ||
|GitHub Repo | |GitHub Repo | ||
|Jonas Bak Phillipson (Hillerød) | |Jonas Bak Phillipson (Hillerød) | ||
| | |||
|- | |- | ||
|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] | ||
| Linje 25: | Linje 27: | ||
|GitHub Repo | |GitHub Repo | ||
|Jonas Bak Phillipson (Hillerød) | |Jonas Bak Phillipson (Hillerød) | ||
| | |||
|- | |- | ||
|[https://github.com/mhfalken/microbit/blob/main/microbit-python.pdf Python med Micro:bit] | |[https://github.com/mhfalken/microbit/blob/main/microbit-python.pdf Python med Micro:bit] | ||
|GitHub Repo | |GitHub Repo | ||
|Michael Hansen (Middelfart) | |Michael Hansen (Middelfart) | ||
| | |||
|- | |- | ||
|[https://github.com/StefanUG/CodingPirates_PythonIntro CodingPirates_PythonIntro] | |[https://github.com/StefanUG/CodingPirates_PythonIntro CodingPirates_PythonIntro] | ||
|GitHub Repo | |GitHub Repo | ||
|Stefan Grinsted | |Stefan Grinsted | ||
| | |||
|- | |- | ||
|[https://github.com/pbodsk/coding-pirates-python-calculator CP Calculator] | |[https://github.com/pbodsk/coding-pirates-python-calculator CP Calculator] | ||
|GitHub Repo | |GitHub Repo | ||
|Peter Bødskov (Silkeborg) | |Peter Bødskov (Silkeborg) | ||
| | |||
|- | |- | ||
|[https://docs.google.com/presentation/d/14FD53FctoaF7-alb9Qd-Z58Ec7XQDR8zlMwXhIaSMRA/edit?usp=sharing Python Begynder] | |[https://docs.google.com/presentation/d/14FD53FctoaF7-alb9Qd-Z58Ec7XQDR8zlMwXhIaSMRA/edit?usp=sharing Python Begynder] | ||
|Google Slides | |Google Slides | ||
|Anders Gammelgård-Larsen (ITU) | |Anders Gammelgård-Larsen (ITU) | ||
| | |||
|- | |- | ||
|[https://github.com/anders160196/Python-Challenges/tree/main Python Challenges] | |[https://github.com/anders160196/Python-Challenges/tree/main Python Challenges] | ||
|GitHub Repo | |GitHub Repo | ||
|Anders Gammelgård-Larsen (ITU) | |Anders Gammelgård-Larsen (ITU) | ||
| | |||
|- | |||
|[https://github.com/Simon220902/Coding-Pirates-Python-projekter Python-pygame workshop] CP Hørsholm [https://github.com/Simon220902/Coding-Pirates-Python-projekter/tree/master/Visualiseringer Visualiseringer] | |||
|GitHub Repo | |||
|Simon Lykke Andersen (Hørsholm) | |||
| | |||
|- | |- | ||
|[https://www.youtube.com/@magnuslaboratorie Videoer med Dansk Python Programmering Intro niveau] | |[https://www.youtube.com/@magnuslaboratorie Videoer med Dansk Python Programmering Intro niveau] | ||
|Youtube Videos | |Youtube Videos | ||
|Magnus ? | |Magnus ? | ||
| | |||
|} | |} | ||
== Nyttige biblioteker == | == Nyttige biblioteker == | ||
Nuværende version fra 3. jul. 2026, 16:52
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 | Noter |
|---|---|---|---|
| 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) | |
| Python-pygame workshop CP Hørsholm Visualiseringer | GitHub Repo | Simon Lykke Andersen (Hørsholm) | |
| 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. |