CodeNiche is a beginner-friendly coding channel that teaches programming through fun, visual projects.
We start with Scratch (block coding ) and move onto Python - so whether you are complete beginner or making the jump from blocks to real code, you are at the right place.
Every video is project-based. No boring theory. Just build something cool and learn by doing.
What we build here :
β Cool programs in scratch and python to help you move from blocks to code.
β Scratch Projects
β Python Turtle Projects (Clocks, pattern, art, animations)
β Real coding concepts explained through real projects. |
If you decide to subscribe. Kindly leave a comment on the video.
New videos every week. subscribe so you don't miss the next build.
πStart if you are new :
youtu.be/-wZFiOhLYdY
#python #scratch #learntocode #codingforbeginners #pythonturtle #pythonturtlegraphics
CodeNiche
Which shape will this code draw?
from turtle import *
for i in range(4):
forward(20)
left(90)
4 months ago | [YT] | 1
View 0 replies
CodeNiche
They say when loop starts there is no going back.
#codingforkids#codingmeme
6 months ago | [YT] | 0
View 0 replies
CodeNiche
In python,
What will be the output ?
name = "Jane"
print("My name is", name)
7 months ago | [YT] | 1
View 0 replies