Python: Forskelle mellem versioner
Spring til navigation
Spring til søgning
Start af side om Python oprettet |
Mhfalken (diskussion | bidrag) m Jeg kommer ikke fra Middelfart! |
||
| (7 mellemliggende versioner af 2 andre brugere ikke vist) | |||
| 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.<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 == | |||
{| class="wikitable" | |||
!Materiale | |||
!Type | |||
!Forfatter | |||
!Noter | |||
|- | |||
|[https://github.com/coding-pirates-hillerod/python-teachings Python teachings] | |||
|GitHub Repo | |||
|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/cp-roskilde/kode/tree/main/2026%20For%C3%A5r/Python Roskilde Python forløb Forår 2026] | |||
|Githhub Repo | |||
|Martin Drejer | |||
| | |||
|- | |||
|[https://github.com/mhfalken/microbit/blob/main/microbit-python.pdf Python med Micro:bit] | |||
|GitHub Repo | |||
|Michael Hansen | |||
| | |||
|- | |||
|[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] | |||
|Google Slides | |||
|Anders Gammelgård-Larsen (ITU) | |||
| | |||
|- | |||
|[https://github.com/anders160196/Python-Challenges/tree/main Python Challenges] | |||
|GitHub Repo | |||
|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 == | |||
{| class="wikitable" | |||
!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. | |||
|} | |||
Nuværende version fra 19. jul. 2026, 19:05
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) | |
| Roskilde Python forløb Forår 2026 | Githhub Repo | Martin Drejer | |
| Python med Micro:bit | GitHub Repo | Michael Hansen | |
| 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. |