This lecture was made with a lot of love❤️
Notes : https://drive.google.com/drive/folders/1LahwPSc6f9nkxBiRrz6LFUzkrg-Kzvov?usp=sharing
✨ Instagram : https://www.instagram.com/shradhakhapra/
✨ LinkedIn : https://www.linkedin.com/in/shradha-khapra/
Timestamps
Introduction
00:00
00:41 - Introduction to Python
08:01 - Python Installation (Windows)
09:26 - Python Installation (Mac)
10:26 - VSCode Installation
12:38 - First Program
17:10 - Python Character Set
20:50 - Variables and how to use them
30:02 - Rules for Identifiers
33:25 - Data Types
39:56 - Keywords
42:51 - Print Sum
45:12 - Comments in Python
47:13 - Operators in Python
1:02:24 - Type Conversion
1:08:41 - Inputs in Python
1:15:52 - Let's Practice