Introduction
  • What is Python
  • Installing Python On Your System
  • Writing Your First Program in Python
Datatypes and Variables
  • Datatypes in Python
  • String Slicing
  • Variables in Python
Operators in Python
  • Operators
  • Find the Force
Control Structures in Python
  • Conditional Statements in Python
  • What is the primary purpose of using an if-elif-else statement in programming?
  • Exercise
Functions in Python
  • Functions in Python
  • Lambda Function
  • Return Statements in Function
  • What is the purpose of a Python function's return statement?
  • Exercise: Calculate the Area of a Rectangle
Loops in Python
  • Loops in Python (For and While)
  • What is the primary purpose of a for loop in Python?
  • Exercise on Loops
Data Structures in Python
  • Lists in Python
  • Exercise in Lists
  • Tuples in Python
  • Dictionaries in Python
  • Exercise on Dictionaries
  • Sets in Python