← Skill Map
Learning Map
Python Turtle
Python Turtle is a beginner-friendly drawing library built into Python. You control a virtual "turtle" that moves around the screen leaving a trail — like a pen on paper. By writing code to move and turn the turtle, you create shapes, patterns, and full programs without needing any extra setup.
Python Turtle Sandbox