Introduction
  • Introduction
Basic Setup
  • Course Overview
  • Setting up Python
Variables and Basic Data Types
  • Numbers
  • Variables and Order of Operation
  • Strings Part 1
  • Strings Part 2
  • String Method and Formatting Part 1
  • String Method and Formatting Part 2
  • Booleans
Complex Data Types
  • Tuples in Python
  • Lists in Python
  • Dictionaries in Python
  • Python Objects
Control Flow
  • Python if Statement Part 1
  • Python if Statement Part 2
  • for loop in Python
  • Python while loop
  • Functions in Python Part 1
  • Functions in Python Part 2
  • Exceptions in Python Part 1
  • Exceptions in Python Part 2
Basic Programming Exercises
  • Volume Calculator in Python
  • Sum of Multiples in Python
  • Multiplication Table in Python