This is a simple collection of notes used to introduce Python as a first programming language for kids.
Suggested order of introduction:
- numbers
- strings
- lists
- HelloWorld (Here we introduce .py files)
- input
- control-statements
The tutorial folder contains another approach introducing python. (Mostly in Danish though)
Some other things of interest:
- CryptoFun (Intermediary: lists)
- PyGames (Intermediary)
- wedriver (Intermediary)
- cs1.3 (Advanced: Requires extra files and Linux running Xorg not Wayland)