Tools and Installation
Install Python
Virtual Environment in Action
IDE Options
Pycharm Setup
Python Variables
Intro to Variables
Variable Examples
Python Datatype
Introduction of data type
Integer
Floats
String
String Method
String Formatting
Dictionaries
List
Tuples
Python: Control flow - Boolean and Operators
Control flow
Booleans
Operations
Python: Control Flow - Conditionals
if-else statement
nested if-else
Python: Control Flow - Loops
for loop
for loop range()
While loop
Break and continue
Python: Exception Handeling
Python: Functions
Python: Libraries and Modules
Python: Debugging tools
Python: Files
Python: Classes
classes
inheritance
compositions
Python: Exercises