Hands-On Programming Lessons designed for teaching Python programming to the SPARKS High School Computer Science club during 2020 - 2022.
Originally hosted on repl.it but moved to GitHub for better accessibility.
Python Topics include:
- Introductory Python Material (if statements, functions, indexing, program design)
- Regexes (Data Analysis Lab)
- Recursion (Maze Lab, Sodoku Lab)
- TKinter/GUI