Learn Python from very basics to very advance. Learn All the fundamentals and core concepts of Python Programming language.
Follow the course:
On this Website or On YouTube.
Thanks for Supporting our YouTube Channel
- 0:00 Welcome
- 0:27 What is Python used for?
- 2:01 Course Overview
- 3:12 Installing Python on Windows
- 6:40 Installing Python on Linux
- 10:28 Install Visual Studio Code on Windows
- 11:44 Install Visual Studio Code on Linux
- 12:23 Explore Visual Studio Code or VS Code Tutorial
- 17:53 Your First Program in Python
- 18:50 Python Syntax
- 24:35 Comment in Python
- 25:30 Variables in Python
- 32:46 Naming Conventions in Python
- 35:24 Data Types in Python
- 48:43 Type Conversions in Python
- 52:28 Operators in Python
- 52:34 Arithmetic Operators in Python
- 54:31 Comparison Operators in Python
- 55:33 Logical Operators in Python
- 56:46 Identity Operators in Python
- 57:26 Membership Operators in Python
- 58:00 Bitwise Operators in Python
- 1:00:00 Assignment Operators in Python
- 1:02:13 Order of Operation in Python or Operator Precedence in Python
- 1:04:03 Examples of Arithmetic operators in Python
- 1:05:58 Project: Create Calculator in Python
- 1:09:12 Examples of Comparison Operators in Python
- 1:11:55 Examples of Logical Operators in Python
- 1:15:48 Examples of Identity Operators in Python
- 1:18:12 Examples of Membership Operators in Python
- 1:19:40 Examples of Bitwise Operators in Python + How to convert Decimal to Binary? how to convert Binary to Decimal?
- 1:27:58 Examples of Assignment Operators in Python
- 1:39:18 Conditionals in Python or if else statement in Python
- 1:47:28 Project: Job Interview Simulator
- 1:52:26 Loops in Python
- 1:52:31 For Loop in Python
- 1:57:07 Project: Inverted Triangle in Python
- 1:58:19 While Loop in Python
- 2:01:34 Functions in Python
- 2:14:36 Recursion in Python
- 2:16:13 Lambda Function in Python
- 2:19:56 Python Strings / String Methods in Python
- 2:33:56 Escape Sequences or special characters in Python
- 2:35:57 Python Collections or Python Arrays
- 2:36:27 Python Lists
- 3:01:25 Python Tuples
- 3:12:15 Python Sets
- 3:20:32 Python Dictionaries
- 3:38:59 Python Booleans
- 3:41:03 Python Numbers
- 3:46:10 Manage Python Libraries and projects + Manage Project dependencies in Python + Manage Environment variable in Python + Manage Dependencies in Python.
- 3:54:58 Object-oriented Programming in Python, Classes and Objects in Python
- 3:55:28 What are the advantages of Object oriented programming?
- 3:58:24 Examples of Class in Python
- 4:00:19 Examples of Objects in Python
- 4:05:45 Inheritance in Python
- 4:14:59 Project: Build Task Manager Application with SQLite using Python
- 4:24:56 Handling Exceptions / Errors in Python
- 4:26:26 CRUD operation SQL Database in Python
- 4:42:14 Python Pandas. Using Pandas Library in Python
- 4:44:57 Final Words and Thanks