- Download: https://thonny.org/
- Install and open
- Open
week01_hello_python/week01_story_printer.py - Press F5 (or click Run button)
- See output in bottom panel!
- Change text in a print() statement
- Press F5 again
- See your changes!
- Read
docs/teacher_guide.md - Review Week 1 lesson plan
- Complete all 24 weeks at your own pace
- Can't find file?: Use File → Open in Thonny
- Program doesn't run?: Check for syntax errors (red text)
- Need help?: See
docs/TROUBLESHOOTING.md