Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 739 Bytes

File metadata and controls

27 lines (21 loc) · 739 Bytes

Quick Start Guide (5 Minutes)

Step 1: Install Thonny (2 min)

Step 2: Run Your First Program (2 min)

  1. Open week01_hello_python/week01_story_printer.py
  2. Press F5 (or click Run button)
  3. See output in bottom panel!

Step 3: Make a Change (1 min)

  • Change text in a print() statement
  • Press F5 again
  • See your changes!

✅ Success! You're ready to teach Week 1!

Next Steps:

  • Read docs/teacher_guide.md
  • Review Week 1 lesson plan
  • Complete all 24 weeks at your own pace

Troubleshooting:

  • 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