-
Introduction to Python
00:00
-
Setting up Python & IDE (VS Code,Jupyter), Writing and running Python scripts
00:00
-
Python Basics
00:00
-
Variables, Keywords and Comments
00:00
-
Data Types (int, float, bool)
00:00
-
Data Types (string)
00:00
-
Operators (Arithmetic, Assignment, Logical, Comparison, Identity , membership)
00:00
-
Conditional Statements (if-elif-else)
00:00
-
Loops (for, while, break, continue)
00:00
-
Loops (for, while, break, continue)
00:00
-
Functions
00:00
-
Lambda Functions
00:00
-
Modules (Importing and Creating Modules)
00:00
-
Notes
-
Assignment
-
Quiz – Python Module 1