Started coding but don't know what to build next?

CodeNiche is for kids and teens who've learned some basics — in Scratch, Code.org, or anywhere else — but haven't built anything real yet. We fix that.

Here's how it works:
→ Learn the concept in Scratch and Python side by side
→ See exactly how block coding and Python think the same way
→ Then build a real project using what you just learned
No random tutorials. No jumping around. Just one clear path from block coding to real Python projects — in the right order.

📌 New here? Start with this:
youtu.be/-wZFiOhLYdY
New video every week.


CodeNiche

Which shape will this code draw?
from turtle import *
for i in range(4):
forward(20)
left(90)

5 months ago | [YT] | 1

CodeNiche

They say when loop starts there is no going back.
#codingforkids#codingmeme

7 months ago | [YT] | 0

CodeNiche

In python,
What will be the output ?
name = "Jane"
print("My name is", name)

8 months ago | [YT] | 1