Chapter 1: Introduction
  • Introduction to Course
  • The Building Blocks of Programming
  • The Building Blocks of Programming 2
  • Building Blocks of Programming Quiz
Python Syntax: Variables, Statements, Conditionals and Functions
  • Chapter 2: Intro to Python Syntax (Variables and Statements)
  • Chapter 2: Exercise 1
  • Chapter 2: Exercise 2
Chapter 3: Conditional Execution
  • Booleans and Logical Operators
  • Conditional Statements
  • Try and Except
  • Chapter 3 Exercise 1
Chapter 4: Functions
  • Intro to Functions
  • Making Your Own Functions
  • Parameters and Arguments
  • Functions Quiz
  • Chapter 4: Exercise 7
  • The end of Part 1