Kids Coding
Join the Main Track
Open Python Intro, then Get Started. Skip what you already know. Keep Next.
KidsAdvancedJoin the Main Track
Join the main track
The Python tutorial is the same site, a denser path. You do not have to reread everything. Skip what you already know. Stay for lists, files, and projects you have not done.
- Start at Python Intro.
- Then Get Started if you want install notes. The browser editor is enough for most early chapters.
- Jump to Functions or File Handling when you are ready.
- Ten build-along programs live at Python Projects.
If you want another language
HTML, C, and C++ each have their own editor. They are not this kids path. Come back when you can read a short program in one language already.
Parents: there is still no account. The main tutorial is public, like this one.
Real life
A map from the kids room to the big library down the hall.
You do not start the whole building again. You walk to Intro, skip what you know, keep Next.
Hallway map
print("Kids room -> Python Intro")
print("Skip: print, if, loops if they feel easy")
print("Stay: files, projects, Django later")Change one word. Run it. That is how this idea shows up outside the lesson.
Try it
Exercise 1: Print Next: Python intro as a reminder to yourself.
Show solution
print("Next: Python intro")