Introduction
  • Intro to Python & why it is so important !
Basics of Python (Python Module 1)
  • What are keywords In python?
  • What are Identifiers in Python?
  • Comments in Python
  • Statements in Python
  • Indentation in Python
  • Variables in python & its use
  • Types of Variable assignment in Python
  • Data types In Python
  • Operators In Python
  • Conditional Statements in Python
  • Loops in Python (For loop)
Python Module 2 (Data Structures in Python)
  • List & various operations on list
  • List in Python
  • Set & its use-cases
  • Set in Python