Example Projects
Try These Or Submit Your Own!
This is a race of Python Turtles! The speed of the Turtles are randomized so you can have a different winner every time. Learn how to use random and turtle to make this program.

Here's a display of how shapes can be written through code. This program will display code that can draw any shape with as many side lengths as possible.
A Caesar Cipher is one of the most basic forms of encryption. Learn to encrypt your messages with Python code to send to your friends!

This is a level up use of the Turtle library in Python. Use different shape algorithms in order to draw this beautiful scenery with a tree, a sun, and the sky.

Here's number guesser where either you or the computer can guess the number that the other is thinking of.

Create a virtual Magic Eight Ball! This will return a response from a set list that you can determine and you can ask it questions yourself.