Getting Started and Set Up
  • Installing Python
  • Installing Visual Studio Code
Print Function and Comments
  • How to Use the Print Function
  • Hello World Activity
  • Comments
Variables
  • Declaring Variables
  • Re-assigning Values
  • Activity using variables
  • Multiple Assignments
Strings
  • What is a String?
  • Activity introducing strings
  • Counting Characters in a String
  • Counting Characters Quiz
  • Accessing Characters in a String and Slicing
  • Slicing Strings Activity
  • Concatenating Strings
  • Find Method
Numbers and Operators
  • Numbers
  • Arithmetic Operators
  • Comparison Operators and Booleans
  • Logical Operators
  • Quiz: Test your Knowledge of Numbers and Operators
Input Function
  • Input Function and Using the Input
  • Converting String Input to Numbers
If...Else Statement
  • What is the If...Else Statement?
  • If...Else Syntax
  • If...Else Activity
Elif Statement
  • The Elif Statement and Syntax
  • Elif Statement Activity
Loops: For Loops
  • For Loop and Syntax
  • Activity: Looping Through a String
  • Activity: Looping with Range
Mini-projects/assignments
  • Calculator Project
  • Word Finder Project