Course Introduction
  • Instructor Introduction
  • Getting The Course Material
Python Language Overview
  • Python Language Overview
  • What is Python
  • Obligatory Hello World
  • Variable Assignment
  • Comments
Basic Data Types
  • Basic Data Types
  • Integer
  • Float
  • String
  • Boolean
  • List
  • Dictionaries
Operators
  • Operators
  • Arithmetic Operators
  • Comparison Operators
  • Logical Operators
  • Membership Operators
Control Structures
  • Control Structures
  • If, and Indentation
  • If, elif, else
  • While Loop
Functions
  • For Loop
  • Basic Functions
  • Arguments
  • Return Values
  • Default Arguments
Data Types Details
  • Data Types Details
  • Integers and Floats
  • Strings
  • Booleans
  • Lists
  • Dictionaries
Other Common Tasks
  • Other Common Tasks
  • Importing
  • Importing From the Standard Library
  • User Input
  • Error Handling