Learn Python Programming Basics (STEP 1)

 TutorialHow to Install Python on Windows with Pycharm IDE
 TutorialHello World: Create your First Python Program
 TutorialHow to Print in Python with Examples
 TutorialPython Variables: Declare, Concatenate, Global & Local

Python Data Structure (STEP 2)

 TutorialPython TUPLE - Pack, Unpack, Compare, Slicing, Delete, Key
 TutorialPython Dictionary(Dict): Update, Cmp, Len, Sort, Copy, Items, str Example
 TutorialPython Dictionary Append: How to Add Key/Value Pair
 TutorialPython Operators: Arithmetic, Logical, Comparison, Assignment, Bitwise & Precedence
 TutorialPython Arrays: Create, Append, Pop, Reverse Examples


Python Conditional Loops (STEP 3)

 TutorialPython IF, ELSE, ELIF, Nested IF & Switch Case Statement
 TutorialPython For & While Loops: Enumerate, Break, Continue Statement
 TutorialPython break, continue, pass statements with Examples
 TutorialPython OOPs: Class, Object, Inheritance and Constructor with Example