top of page

Easy Projects

Here's a catalog of a bunch of small and nuanced projects to get started with in Python. By understanding these programs, you will have fully learned the basics of Python. Accompanying videos to explain to code are comings shortly to the Encoding Tech Youtube Channel.

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.

Screenshot 2024-05-27 050025.png

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!

caesar.gif

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.

Screenshot 2024-05-27 051217.png

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

webp_22db94bf-dc6b-42d0-b9b4-fb3e2c641d16.jpg

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.

bottom of page