About
Kodeclik is an online coding academy for kids and teens to learn real world programming. Kids are introduced to coding in a fun and exciting way and are challeged to higher levels with engaging, high quality content.
Popular Classes
Scratch Coding
Minecraft Coding
TinkerCAD
Roblox Studio
Python for Kids
Javascript for Kids
Pre-Algebra
Geometry for Kids
Copyright @ Kodeclik 2024. All rights reserved.
Our second course in Python builds on what you have learnt to develop simple yet powerful graphics using the Turtle graphics environment. Turtle graphics originated with the Logo programming language (designed by Seymour Papert at MIT) where a physical turtle robot moved around with a retractable pen to draw shapes. Similarly, the turtle module in Python provides graphics primitives to move, draw and create complex shapes on the screen. In addition to the pretty graphics you will see in this course (stars, spirals, mazes), this is a fun way to reinforce the programming concepts underlying Python!