Module 1 |
Getting Started |
Unit 1 |
Introduction to Python |
Unit 2 |
Python Installation |
Unit 3 |
Python Getting Started |
Module 2 |
Drawing Turtles |
Unit 1 |
Introduction & Importing Turtle Module |
Unit 2 |
A Turtle Pen & Creating a Square |
Unit 3 |
Turtle Movements Part 1 |
Unit 4 |
Turtle Movements Part 2 |
Module 3 |
Python Basics |
Unit 1 |
Python Comments |
Unit 2 |
Python Math |
Unit 3 |
Python Intro to Variables |
Unit 4 |
Python Types of Variables |
Unit 5 |
Adding Strings and Integers |
Unit 6 |
Embedding Values in Strings |
Unit 7 |
Introduction to Lists |
Unit 8 |
Adding Items to a List |
Unit 9 |
Removing Items from a List |
Unit 10 |
Lists and Math |
Unit 11 |
Tuples |
Unit 12 |
Maps |
Unit 13 |
Intro to Conditionals |
Unit 14 |
If Statements |
Unit 15 |
If then Else Statements |
Unit 16 |
If and Elif Statements |
Unit 17 |
Combining Conditionals |
Unit 18 |
Strings Vs Numbers |
Unit 19 |
Intro to Loops - For Loops |
Unit 20 |
Functions |
Unit 21 |
While Loops |
Unit 22 |
Capturing User Input |
Unit 23 |
Imports and Modules |
Unit 24 |
RGB Colors |