How to Encourage STEM in Early Education
Photo What is STEM? Science, technology, engineering, and mathematics (STEM) are largely used to influence innovative solutions to our world’s problems. Day-to-day decisions are increasingly being driven by data, with 90% of the world’s data generated just in the last two years. The proliferation of global access to mobile technology, Continue Reading
How to Teach Kids Variables
Why Learn About Variables? As with many coding basics, variables are all around us in the world, but we rarely refer to them by name. Kids see examples of variables in, for instance, sports — the score is 3 now but it could change to 4 or 6 later. Variables Continue Reading
What is Java Coding? | Computer Science for Kids 12+
Whether you’re a curious parent or a new coder, you’ve likely heard of the coding language Java before. Java is very commonly taught in high school, in introductory coding classes such as AP Computer Science. It’s often the first programming language many coders learn! But despite its popularity, many young Continue Reading
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)! Who is this project for? This project info and learning outcomes summary will help you decide if Continue Reading
Attending Online University: Top Tips for Success
Photo via Pexels While the pandemic shows no signs of slowing down, life must go on. People need to go to school, and thanks to the internet, it’s still possible to further your education without risking your health! Attending an online university is a fantastic way to lay the groundwork for Continue Reading
How to Code a PacMan Game (No Maze) | Intermediate Scratch Tutorial
Let’s build a PacMan game — except without the maze! Use the arrow keys to control PacMan, and try to collect as many balls as you can without getting touched by the ghosts. Each time a ghost touches you, you lose a life, so be careful because you only have Continue Reading
Make Your Own Virtual Zoom Background | Beginner Python Coding Tutorial
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! In this walkthrough, we Continue Reading
How to Make a Timer in Scratch (Beginners 8+) | Juni Learning
How to Get Started This article will teach you how to make a timer in Scratch, the free visual programming language. The script we describe here fits perfectly into any Scratch coding project, especially games! Timers are great for beginner Scratchers that want an easy way to make their Scratch Continue Reading
How to Make Rock Paper Scissors in Python | Intermediate Python Tutorial | Juni Learning
Project Introduction Let’s learn how to code a classic game in Python. We’re going to use conditionals, while loops, and random numbers to make a Rock, Paper, Scissors game where you play against the computer! Watch the tutorial video to see how we code this game step-by-step, and continue reading Continue Reading
How to Introduce Debugging to Kids | Juni Learning
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. These simple guidelines will make it easy to introduce debugging to kids, Continue Reading