Introduction
  • Introduction to Python
  • Setup & Installation of IDE
Basics of Python
  • Data Types
  • Variables
  • Escape Sequences
  • Print on Console - Print Method
  • Getting Input from user - Input Method
  • Int() Method
  • Comments
Strings in Python
  • Introduction to Strings
  • String Concatenation
  • String Formatting
  • String Important Methods
Operators
  • Arithmatic, Assignment, Comparison Operators
  • Logical. Identity, Membership Operators
Conditional Statements
  • If Statement
  • If-Else Statement
  • elif Statement
  • Nested If Statement
Loops
  • For Loop
  • While Loop
  • Nested Loops
  • Continue, Break and Pass Statements
  • Loops in Python
  • Prints Series with a given range
  • Print a pattern on screen
Lists
  • Introduction to List
  • Adding and Removing Items in List
  • Reverse() Method In List
Dictionary
  • Introduction to Dictionary
  • Loop Through Dictionary
  • Add and Remove Items in Dictionary
  • Add Key To Dictionary
  • Important Quiz
Functions
  • Introduction to Functions
  • Default Parameters & Return Statement
Final Words
  • End of Course