Python: Forskelle mellem versioner
Spring til navigation
Spring til søgning
mNo edit summary |
|||
| (2 mellemliggende versioner af den samme bruger vises ikke) | |||
| Linje 1: | Linje 1: | ||
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. | |||
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.<gallery widths="320" heights="160" perrow="2"> | |||
Fil:Scratch vs Python1.png|Scratch vs Python1 | |||
Fil:Scratch vs Python2.png|Scratch vs Python2 | |||
</gallery> | |||
== Undervisningsmateriale == | == Undervisningsmateriale == | ||
| Linje 6: | 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] | |||
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) | |||
| | |||
|- | |||
|[https://github.com/mhfalken/microbit/blob/main/microbit-python.pdf Python med Micro:bit] | |||
|GitHub Repo | |||
|Michael Hansen (Middelfart) | |||
| | |||
|- | |||
|[https://github.com/StefanUG/CodingPirates_PythonIntro CodingPirates_PythonIntro] | |||
|GitHub Repo | |||
|Stefan Grinsted | |||
| | |||
|- | |||
|[https://github.com/pbodsk/coding-pirates-python-calculator CP Calculator] | |||
|GitHub Repo | |||
|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] | |||
|Youtube Videos | |||
|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. |