Introduction
  • Introduction
  • Python Setup
Fundamentals
  • Python Interactive Shell
  • Variables and Data Types
  • Type Conversions
  • Reference Documentation
  • More on Variables and Arithmetic Operators
  • Exercises - I
Strings and Data Structures
  • More on Strings
  • Lists
  • Dictionaries
  • Sets
  • Tuples
  • Collections Recap
  • Python Scripts
Coding Structures
  • If Else Conditions
  • Conditional Operators
  • While Loops
  • For Loops
  • Nested Loops
  • Functions
More Concepts
  • File Handling - Writing Files
  • File Handling - Reading Files
  • Exception Handling
  • Object Oriented Programming - Class and Object
  • Object Oriented Programming - Inheritance