What if Python could be more than a programming language?What if it could also be… an artist? In this beginner-friendly Python screensaver project, I used the Turtle graphics module inside the Trinket IDE to create a program that draws completely random art. Each run is a surprise: Why this project is great for beginners: Latest […]
Tag: coding
Learn how to code a Whack-a-Mole Game
🐹⏱️ Think you’re fast enough to beat the clock? I built a Whack-a-Mole game in the Trinket IDE using Python. It’s a timed challenge where you have to whack as many moles as possible before the time runs out. It’s simple and fun. Can you set a new high score? Contact me to find out […]
Decrypt, Send, Unlock: Physical Computing Meets Cryptography with micro:bit
🔐 Oh no… my treasure chest is locked! It’s secured with a micro:bit using an encrypted Caesar Cipher (key = 5). I have to decrypt the code using a Caesar cipher wheel and then send the correct code from another micro:bit to unlock it! Watch how physical computing and cryptography come together to reveal what’s […]
Physical Computing: Let’s Build a Treasure Chest
This pirate’s treasure isn’t buried – it’s coded. Watch how to build a cardboard treasure chest and bring it to life with a micro:bit! Physical computing makes imagination tangible with cardboard, circuits, and code. Skills like these map straight to the real world – engineering, robotics, and creative problem solving. Want to learn more? Contact […]
🐢What is Turtle Graphics?
Turtle Graphics is a way to draw pictures and shapes by telling a “turtle” (a little triangle) what to do with code. The turtle can move forward, turn, and draw lines as it moves. This is a fun and visual way to learn programming using Python! Try it out! Create a free account at Trinket.io […]
Let’s create an app using Javascript
Watch my tutorial below and learn how I made a fun app with interactive buttons which increments the count displayed with conditional text and image swaps using Javascript. Just click on Rocky’s nose to watch how to code this app!
Space Game – Capture the Stars
Play my Scratch Space Game – catch as many stars as you can without getting hit by the asteroid! It uses event handlers, inputs, variables, functions, parameters, conditionals, and loops. Don’t miss the fun sound effects! Want to learn how I programmed it? Contact me! How to play the game:Cosmos, the Space Dog will ask […]
Scratch Project using Variables and Sprites
Shark Bites – or Not!: A Shark’s Failed Attempt Learn how to create and change a value of a variable, a background, and the motion of a sprite with this Scratch project. Contact us for more info! Will this hungry shark find a meal? Watch and listen! Click on the green flag to find out…
Scratch Game: The Great Escape
Visual learners love to learn how to code using Scratch! Try our fun interactive escape rooms created with Scratch (turn up the volume for the sound effects!) Do you want to know how we did it? Contact us to learn more! Challenge 1: a) Click on the monkey three times to make the bananas fall […]
Learn how to program with Raspberry Pi
The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard and mouse. It is a capable little device that enables people of all ages to explore computing, and to learn how to program in languages like Scratch and Python. It’s capable of doing everything you’d expect […]
