How to Code Your Own Website (for Beginners 12+) | Beginner Web Development
Today, we’re going to show you how to build your own personal website! Check out the tutorial video to watch Juni Instructor Maya walk you through every step of the way.
Make a Countdown and Pomodoro Timer in Python | Intermediate Python Tutorial
In this tutorial, we’ll be creating a countdown timer that asks the user how much time (in seconds) they want to set the timer for — once time is up, print out “Blast Off!”.
How to Animate a Spinning Emoji | Beginner Web Development Animation Tutorial
This project will give you a great introduction to basic web animations using HTML and CSS. Learn how to use spinning animations on the web by animating sushi (or any emoji you like)!
Make Your Own Virtual Zoom Background
A lot of video calling software like Zoom and Google Hangouts now let users use a virtual background behind them. In this project, we'll show you how to make your own virtual background graphic in Python with Turtle that you can use in your video calls!
How to Introduce Debugging to Kids
When it comes to teaching kids problem-solving, few methods are as powerful as learning to debug code. The process of finding bugs and implementing debugging strategies is great practice for problem-solving in other areas of a child’s life. This guide will make it easy to introduce debugging to kids.