Understanding the Fundamentals
  • Introduction
  • Installation
  • Math Operators - Part 1
  • Variables & Data Types - Part 1
  • Variables & Data Types - Part 2
  • Assignment Operators
  • Concatenation
  • Concatenation - Bonus Video
  • The Input Function
  • Basics - 1 Quiz
Control and Flow
  • Comparison != Operators
  • If, Elif and Else
  • Logical Operators
  • For Loops
  • Nested For Loops
Strengthening the Fundamentals
  • Manipulating Strings and Commenting
  • More on Variables
  • Indexing & Slicing Strings
  • Indexing & Slicing Lists
  • Exploring Modules
Creating a Quiz!
  • Creating a Quiz - Starting with Functions
  • Creating a Quiz - Score Management
  • Creating a Quiz - Finishing Touches
The Fundamentals (OLD CONTENT)
  • Variables & Concatenation
  • Math Operators
  • Inputs
  • If Statements
  • For Loops
  • Lists
  • Functions
  • While Loops