Introduction
  • Introduction
  • History & comparison
I.D.E
  • Lets create an environment.
  • First Practical
Variable & Data types
  • What is a variable
  • Data types: Numerics
  • Sequence
  • Practicals..
  • Dictionary
  • Practical
  • Boolean
  • Practical
  • Set & Operations
  • Practical
  • Practical
  • Reserved keywords.
Operators
  • Arithmetic & Assignment
  • Comparison & logic
  • Bitwise, membership & identity
Additional flavors
  • Flags & comments
Control structure
  • 3 types of Control Structure
Functions & modular programming
  • Functions
  • Modular Programming
Advance function concepts basics
  • Decorators
  • Generators
  • Metaclass
  • Context manager
  • Asynchronous Programming
OOPs
  • Introduction
  • Classes
  • Objects
  • Inheritance
  • Polymorphism
  • Advanced OOP
Files
  • File Handling
  • Important functions
  • Exception Handling
  • Best practices