Python Introduction
  • Python Introduction
  • Python Print "Hello World"
  • Python Installation
  • Python Version
Python Basics
  • Python Program Execution from Terminal
  • Python Syntax
  • Python Comments
  • Python Variables
Python Data Types
  • Python Data Types
  • Number Data Type
  • Type Casting
  • Strings in Python
  • Boolean in Python
  • Coding Exercise on Python data types
Operators in Python
  • Operators
  • Arithmetic Operator
  • Assignment Operator
  • Comparision Operator
  • Logical Operator
  • Coding Exercise on Operators in Python
Data Structure in Python
  • Data Structure in Python
  • Python List
  • Python Tuples
  • Python Sets
  • Python Dictionary
Conditional Statements
  • Conditional Statements
  • If Statement
  • If-else Statement
  • if-elif-else Statement
  • Nested If Statement
  • Ternary Statement
Loops/iteration
  • Loops Introduction
  • For Loop
  • While Loop
  • Loop Control (Break and Continue)