Introduction and Python Setup
  • Introduction
Python Basics - Variables and Data Types
  • Integers and floats
  • Strings
  • Booleans
  • Variables and Data Types Quiz
Control Flow and Loops
  • If elif and else
  • While loops
  • For loops
  • Quiz on control flow and loops
Lists
  • List operations using lists
  • Arrays
  • Multidimensional arrays
  • Quiz on lists and arrays
Functions
  • Parameters and arguments
  • Return statements and Scopes
  • Lambda functions and Higher-Order Functions
  • Recursive functions
  • Quiz on functions