Lesson 31 of 84 • 14 upvotes • 4:08mins
84 lessons • 9h 51m
Introduction, Characteristics and Advantages of Python (in Hindi)
9:15mins
How to Install: Python (in Hindi)
5:12mins
Write your First Easy: Code in Python (in Hindi)
6:20mins
What is Variable in Python (in Hindi)
13:23mins
Introduction to Data-Types in Python (Number Data Type) (in Hindi)
5:56mins
String Data Type in Python Part-1
15:00mins
String Data Type in Python Part-2
5:43mins
List Data Type in Python
12:13mins
"Tuple" Data-Type in Python
8:43mins
"Set" Data Type in Python
5:48mins
"Dictionary" Data Type in Python
9:12mins
Use of Underscore_ in Python
2:43mins
Python Tokens "Keywords"
6:29mins
Python Tokens "Identifier"
6:16mins
Python Tokens "Literals"
6:18mins
Python Tokens "Operators" Part 1
13:48mins
Python Tokens "Operators(Bitwise Operator)" Part 2
13:36mins
Python Tokens "Operators(Identity and membership)" Part 3
5:47mins
Difference Between * and ** in Python【 Not in function】
4:02mins
Difference Between / and // in Python
4:13mins
Quiz 1 in Python
3:14mins
What is Indentation in Python with Examples.
5:44mins
Python Decision Making[ if Condition]
11:02mins
Python Decision Making[ if-else Condition]
8:22mins
Python Decision Making [elif Condition]
7:48mins
Python Decision Making[ Nested-if Condition]
5:57mins
Introduction to PyCharm📝
13:47mins
How to take "Value from User in Python"
9:40mins
How to use Comment '#' in Python
7:23mins
If Condition Example 1
4:37mins
If Condition Example 2
4:08mins
If Condition Example 3
4:45mins
Loop in Python 🐍
3:49mins
While loop in Python🐍
14:45mins
How to print Table of any Number using While loop in Python
5:45mins
While loop with if Condition in Python(W.A.P to Print Odd/Even up to n number)
7:16mins
Nested While loop in Python
7:37mins
For Loop in Python 🐍
8:37mins
In and Not In Operator in Python
3:04mins
Using range () with for loop in Python
7:48mins
For-else / While-else in Python
8:29mins
Break Statement in Python
6:43mins
Continue Statement in Python
7:03mins
Pass Statement in Python
3:17mins
Difference Between "Pass" Statement and "Continue" Statement in Python 🐍
5:15mins
Use of "import" Keyword in Python
4:07mins
Sqrt() Function in Python
2:31mins
Difference Between Ceil function and Floor function in Python
5:04mins
Pow() Function in Python
4:39mins
Use of "as" Keyword in Python
4:44mins
Use of "from" Keyword in Python
4:16mins
"Function" in Python, Introduction and Types of Function.
9:35mins
Python Function:"Passing Arguments".
5:41mins
Python Function :"Return Type"
6:29mins
Python Function:"Mutable v/s Immutable Argument"
5:12mins
Python Function:"Formal Argument and Actual Argument"
2:44mins
Python Function:"Actual Argument and its Types"
10:41mins
* args and ** kwargs in Python
8:00mins
Global Variable and Local Variable in Python
11:33mins
Recursion in Python
6:12mins
Python Program to Find Factorial of Number Using "Recursion"
6:37mins
Lambda/Anonymous functions in Python
4:50mins
Using Lambda with Filter() Method in Python
6:19mins
Using Lambda with Map() Method in Python
5:26mins
Python List "slicing"
8:06mins
"Modules" in Python
9:36mins
__name__==“__main__” (Special variable) in Python
10:45mins
Python as an "Object Oriented Programming Language"
2:06mins
Introduction to an "Object" in Python
9:06mins
Introduction to a "Class" in Python
6:07mins
Working with "Class and Objects" in Python
11:37mins
__init __ Method in Python
7:09mins
Self & __init__ Method (Constructor) in Python
14:04mins
"Types of Variable" in Python
6:25mins
"Types of Methods" in Python
9:56mins
"Inheritance with Examples" In Python
8:54mins
"Single Inheritance with Examples" in Python
4:36mins
"Multilevel Inheritance with Examples" in Python
5:15mins
"Multiple Inheritance With Examples" in Python
3:00mins
"Hierarchical Inheritance with Examples" in Python
4:41mins
Introduction to "Polymorphism" in Python
3:11mins
"Duck Typing" in Python
3:52mins
"Operator Overloading" in Python
7:38mins
"Method Overriding" in Python
4:07mins