Getting Started
  • Introduction
  • Downloading and Installing Python
  • Downloading and Installing Pycharm
  • Install Python on Linux System
  • Install Python on Mac System
The Basics
  • Variables
  • Variables Quiz
  • Math Operations
  • Math Operations Quiz
  • String, Integers & Floats
  • String, Integers & Floats Quiz
  • Input Function
  • Input Quiz
  • Return the Sum of Two Numbers multiplied by 5
Control Flow
  • Boolean Datatype & Comparison Operators
  • Boolean & Comparisons Quiz
  • If Statements
  • If Statements Quiz
  • While Loop
  • While Loop Quiz
  • For Loop
  • For Loop Quiz
  • Is it an Odd Number ?
Collective Datatypes
  • List Datatype
  • List Quiz
  • Tuple Datatype
  • Tuple Quiz
  • Set Datatype
  • Set Quiz
  • Dictionary Datatype
  • Dictionary Quiz
Functions
  • Custom Functions
  • Functions Quiz
  • Return Statement
  • Return Quiz
  • Global & Local Scopes
  • Scopes Quiz
Practice Projects
  • Restaurant Project (overview)
  • Restaurant Project Part-1
  • Restaurant Project Part-2
Bonus!
  • Bonus 2024