Get started with Python through fun, beginner-friendly exercises. Learn programming basics, loops, and control flow by writing code that guides a virtual turtle to draw creative shapes on the screen.
Overview
Syllabus
- Introduction and Programming Basics
- Get started learning core programming concepts with Python, while writing instructions to make a virtual "turtle" robot draw colorful shapes on the screen.
- Loops
- Learn how to use Python loops to iterate over data and run code repeatedly.
- Compound Statements and Control Flow
- Learn how to write compound statements and functions, and use them to control the flow of execution in your Python code.