Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.74 KB

File metadata and controls

49 lines (42 loc) · 1.74 KB

Changelog

[1.1.0] - 2026-01-24

Added - Professional Enhancements

  • One-Click Navigation: Complete week index with direct links in main README
  • Per-Week READMEs: 24 detailed README files with learning objectives, lesson flows, and success criteria
  • CI/CD Pipeline: GitHub Actions for syntax checking and quality assurance
  • Offline Support: Complete offline setup guide for internet-limited classrooms
  • Dependency Pinning: requirements.txt with tested Python versions (3.10, 3.11, 3.12)
  • Platform-Specific Guidance: Known issues and fixes for Windows/Mac/Linux
  • Completeness Documentation: Transparent checklist of all materials

Enhanced

  • Main README with comprehensive navigation tables
  • Technical requirements section with version specifics
  • Setup instructions with offline mode options
  • Status indicators for all weeks (all marked ✅ Complete)

[1.0.0] - 2026-01-24

Added

  • Complete 24-week Python curriculum (PythonQuest)
  • Weeks 1-6: Python foundations (text-based)
  • Weeks 7-12: Turtle graphics games
  • Weeks 13-18: Pygame Zero games
  • Weeks 19-24: micro:bit physical computing
  • Comprehensive teacher notes for all weeks
  • Student task sheets for all weeks
  • Setup guides (Thonny, Pygame Zero, micro:bit)
  • Milestone rubrics (weeks 6, 12, 18, 24)
  • Cheat sheets (Python basics, debugging)
  • Troubleshooting guide
  • Teacher FAQ
  • Quick start guide

Features

  • No external assets required (uses shapes/text)
  • Age-appropriate for Class 5 (10-11 years)
  • Designed for Scratch-to-Python transition
  • Includes error handling and file I/O concepts
  • Portfolio-ready projects

Future Plans

  • Video tutorials
  • Interactive online version
  • Additional language translations
  • Parent guide
  • Extended bonus modules