Coding for Kids
Free coding projects, tutorials, and other resources for kids and teens to learn coding.

Implementing the quadratic formula in Python
Learn how to correctly implement the quadratic formula in Python and use in real-world applications!


Calculating the missing length of a triangle
Learn how to calculate the missing side of a triangle in different cases, including right and non-right triangles!

3 Simple Ways to Remove Duplicates from a Javascript Array
Discover the most efficient ways to remove duplicate values from Javascript arrays.

Finding Someone's Age using Python
Discover simple methods to calculate age from a birthdate in Python!

Formatting your Javascript strings
Learn how to pretty print your Javascript strings by combining text and variables!

How to implement Hashmaps in Python
Learn what hashmaps are, why they’re useful, and how to implement them using Python!

What does -m mean in Python?
Ever seen python -m and wondered what it means? This short guide explains!

How to make a Monte Carlo Simulator in Python
Discover the basics of Monte Carlo simulation in Python!

How to clean paragraphs using Python
A quick Python tutorial showing how to clean up messy paragraphs by removing extra spaces and new lines!