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 2025. 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!
Students are expected to have completed Python 101 which introduces basic Python data types and control constructs.
1. We will be using the Python programming language version 3.x and the Jupyter notebook browser based editor.
2. Both Python 3.x and Jupyter are open-source software that work on all major platforms (Windows, Mac, and Linux).
3. Detailed download and installation instructions are included in the course.
4. Recommended browsers for the Jupyter notebook environment are Chrome, Firefox or Safari.