Introduction
  • Introduction
  • What is Programming?
Getting Started with Python
  • Introduction
  • Hello World
  • What is a Variable?
  • Booleans
  • Ints and Floats
  • Strings
  • Tuples
  • Lists
  • Dictionaries
Logic and Loops
  • Introduction
  • If, Elif and Else
  • Notes on If Statements
  • Example: Fizzbuzz
  • While Loops
  • For Loops
Functions
  • Introduction
  • Function Terminology
  • Return
  • Example: Fizzbuzz Function
  • Recursion
  • Example: Fibonacci
  • Factorial
Object Oriented Python
  • Introduction
  • Object Syntax
  • __init__
  • Object Methods
  • Example: Complex Number
  • Triangle
  • Bonus Lecture