This is a collection of Python Coding Lessons that I have developed for my role as a coding instructor. Most of the lessons are beginner friendly and can be scaled.
Some lessons use Python Turtle Graphics. Note that to run these, you will need to have installed the Tk interface package.
For a quick and convenient way to run the programs, links are also provided to the project files on Replit, where they can be easily forked.
Title | Level | Replit |
---|---|---|
Math Quiz | Scalable | Repl |
Word Scramble | Scalable | Repl |
Simon String | Scalable | Repl |
Themed Quiz | Beginner | Repl |
Memory Match | Scalable | Repl |
Memory Match V2 | Scalable | Repl |
Lost Pet | Beginner | Repl |
Title | Level | Replit |
---|---|---|
Turtle Jump | Beginner | Repl |
Random Turtle Guesser | Intermediate | Repl |
Concentric Circles | Scalable | Repl |
Count the Colors | Beginner | Repl |