Kids

Coding for Kids

Scratch, robotics, Arduino, and AI basics for children — fun, visual, project-based learning

683
lessons
Skills in this topic
View full skill map →
Visual / Block Coding
beginner
Build a simple Scratch game with sprites and events
Text Coding for Kids
beginner
Write a Python script with variables and loops
AI for Young Learners
beginner
Train an image classifier with Teachable Machine
All Reads (54) Blog Posts (51)Tutorials (2)News (1)
Mastering GitHub from Scratch - Beginner's Guide #1: Introduction to GitHub and Account Creation
Dev.to · YonYonWare 🧒 Coding for Kids 8mo ago
Mastering GitHub from Scratch - Beginner's Guide #1: Introduction to GitHub and Account Creation
Learning Objectives By the end of this chapter, you'll be able to: ✅ Understand and...
Hacker News · csmeyer 🧒 Coding for Kids ⚡ AI Lesson 2y ago
Show HN: New visual language for teaching kids to code
Pickcode is a new language and editor for getting kids started with coding. The code editing experience is totally structured, where you select choices from men
Implementing OAuth in Nuxt with Supabase
Dev.to · Jakub Andrzejewski 🧒 Coding for Kids 2y ago
Implementing OAuth in Nuxt with Supabase
Few years ago, I have tried to implement OAuth in my web application completely from scratch and I...
Building GraphQL Servers in 2022
Dev.to · TheGuildBot 🧒 Coding for Kids 3y ago
Building GraphQL Servers in 2022
In this talk we'll learn about the tools needed to build your own GraphQL server from scratch using GraphQL Yoga.
Building a Minimal Flask Application from scratch
Dev.to · Hans(Akhil) Maulloo 🧒 Coding for Kids 6y ago
Building a Minimal Flask Application from scratch
Hello world! In this article, I will be demonstrating how Flask is used in web development by buildin...
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)
Dev.to · Martin Häusler 🧒 Coding for Kids 6y ago
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)
Dependency Injection is a difficult topic to grasp. Let's break it down into simple pieces by writing a basic, yet fully functional DI container from scratch!