Coding for kids

Girl Scout Coding: Get Started Guide

We're thrilled to partner with any Girl Scouts of the USA troops to encourage more girls to learn coding and get a head start in computer science! Our live online, expert-led classes make earning technology badges for Girls Scouts of America fun and exciting.

Parts Of A Computer For Kids

Computers are magic. Have you ever wondered what’s inside your computer? Is there a little wizard inside your computer? Sadly, the answer is no, but what’s actually inside your computer is still even more interesting! Read more to find out!

Variables In Coding

Today, we will be sharing everything you need to know about variables in coding! Find out what they are, how you can make them in a few different coding languages, and how they can be used effectively! Plus, try a few fun variables challenges.

Conditionals In Coding

When we’re writing code, we often need to check to see if the user has done something, or if some particular event has happened, and then respond to that event in a specific way. To accomplish this, we can use conditional statements. Learn all about it!