Code on GitHub: https://github.com/hemansnation/god-level-ai
0:00 Introduction
9:50 How does the print function work?
17:55 Practice Questions around the print function
28:50 How machine understand the source code?
36:29 Python Variables
41:40 Type Function
47:00 Data Type Conversion in Python
52:12 Input function
1:00:30 How to write your first Python program?
1:08:54 Discord Community Info
1:09:42 Operators Introduction
1:11:02 Arithmetic Operators
1:20:34 Boolean Operators
1:21:50 Relational Operators
1:26:50 Bitwise Operators
1:48:39 Story of what data is? How 0 and 1 works?
1:54:28 Logical Operators
1:58:02 Assignment Operator and Compound Operators
2:04:12 Condition Statements Intro
2:05:28 If and else
2:19:10 elif
2:26:00 Ternary Statements in Python
2:33:48 Nested If and else
2:40:50 Practice Questions
3:12:00 Logic Building [Code with Me]