Project-Based Python for Kids

Lesson 1 – Introduction 

An introduction to what Python is and what makes it a valuable skill to learn. We also dive into the very basic functions and data of Python.

        Project 1 – Create an interactive story : Utilize the introductory features of python learned in the first lesson to expand on an interactive 

Lesson 2 – Turtle Graphics (1/2)

Turtle graphics is a popular way for introducing programming to students. The students program the computer to draw on the screen to make all kinds of different shapes.

        Project 2 – Winding spirals : Using the turtle module, they will create several colorful creations with many shapes and sizes 

Lesson 3 – Flow Controls