Learn basic programming with Python, one of the most versatile and widely used programming languages! This course will introduce you to core programming concepts and fundamental Python syntax by writing code to make a virtual "turtle" robot draw colorful 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.