Complete Python tutorial in Hindi (2020)
5.0
(1)
14 learners
What you'll learn
This course includes
- 29 hours of video
- Certificate of completion
- Access on mobile and TV
Course content
1 modules • 241 lessons • 29 hours of video
Complete Python tutorial in Hindi (2020)
241 lessons
• 29 hours
Complete Python tutorial in Hindi (2020)
241 lessons
• 29 hours
- Complete Python 3 Course (Introduction) 04:14
- Python2 vs Python3 : Python tutorial 01 02:34
- Download and install Python, VsCode and Git 04:49
- Integrate Git Bash with VsCode 12:56
- FIX !!! bash:python : command not found error 04:22
- Command Line tutorial with Git Bash : Python tutorial 4 14:42
- Chapter 0 summary : Python tutorial 5 11:17
- Chapter 1 Overview and How to follow upcoming tutorials 04:37
- Print Function: Python Tutorial 6 06:31
- Escape Sequences : Python tutorial 7 09:00
- Comments in Python : Python tutorial 8 02:29
- Escape Sequence as Normal Text : Python Tutorial 9 05:20
- Exercise 1 Chapter 1 : Python tutorial 10 01:24
- Exercise 1 solution : Python Tutorial 11 05:14
- Raw Strings : Python Tutorial 12 01:33
- Print emoji : Python tutorial 13 03:13
- Python as a Calculator : Python tutorial 14 15:22
- Variable in Python : Tutorial 15 10:38
- Chapter 1 Summary : Python Tutorial 16 10:43
- String Concatenation : Python tutorial 17 04:38
- User Input : Python tutorial 18 03:31
- Int() function : python tutorial 19 07:10
- More about variables : Python tutorial 20 02:36
- Two or more input in one line : Python tutorial 21 04:23
- String formatting : Python tutorial 22 05:51
- Chapter 2 : Exercise 1 : Python tutorial 23 00:44
- Exercise 1 solution : Python tutorial 24 03:40
- String Indexing : Python tutorial 25 04:25
- String Slicing : Python tutorial 26 05:29
- Step Argument : Python tutorial 27 06:22
- Chapter 2 : Exercise 2 : Python tutorial 28 00:27
- Exercise 2 solution : Python tutorial 29 02:00
- String Methods Part 1 : Python tutorial 30 05:32
- Chapter 2 : Exercise 3 : Python tutorial 31 01:43
- Exercise 3 solution : Python tutorial 32 05:31
- Solve problem with spaces using strip method : Python tutorial 33 08:06
- Find and Replace Method : Python tutorial 34 07:32
- Center Method : Python tutorial 35 04:30
- Strings are Immutable : Python tutorial 36 03:33
- Assignment Operators : Python tutorial 37 02:53
- Chapter 2 Summary : Python tutorial 38 13:02
- If statement : Python tutorial 39 05:42
- Pass statement : Python tutorial 40 01:48
- If-else statement : Python tutorial 41 02:38
- Chapter 3 : Exercise 1 : Python tutorial 42 02:19
- Nested If-else, Exercise 1 solution : Python tutorial 43 05:18
- And, Or Operator : Python tutorial 44 05:31
- Chapter 3 : Exercise 2 : Python tutorial 45 01:00
- Chapter 3 : Exercise 2 solution : Python tutorial 46 04:18
- If-elif-else statement : Python tutorial 47 06:50
- in keyword : Python tutorial 48 02:40
- Check Empty or Not : Python tutorial 49 03:14
- While Loop : Python tutorial 50 05:52
- Sum of Numbers Program using while loop : Python tutorial 51 04:31
- Chapter 3 Exercise 3 : Python tutorial 52 00:58
- Chapter 3 exercise 3 solution : Python tutorial 53 02:58
- Chapter 3 Exercise 4 : Python tutorial 54 02:18
- Chapter 3 Exercise 4 solution : Python tutorial 55 04:47
- Chapter 3 Exercise 5 : Python tutorial 56 01:27
- Chapter 3 Exercise 5 solution : Python tutorial 57 12:12
- Infinite loop : Python tutorial 58 04:25
- For loop : Python tutorial 59 05:51
- For loop example 1 : Python tutorial 60 05:59
- Example 2 : For loop : Python tutorial 61 05:16
- Example 3 : For loop : Python tutorial 62 04:15
- Break and Continue keyword : Python tutorial 63 05:27
- Exercise 6 / modify number guessing game : Python tutorial 64 02:49
- Exercise 6 solution : Python tutorial 65 06:49
- DRY principle of coding : Python tutorial 66 07:01
- Step argument in range function : Python tutorial 67 04:02
- For loop and string : Python tutorial 68 04:21
- Chapter 3 Summary : Python tutorial 69 08:40
- Functions Intro : Python tutorial 70 10:48
- print vs return : Python tutorial 71 03:08
- Function practice : Python tutorial 72 12:41
- Chapter 4 Exercise 1 : Python tutorial 73 00:23
- Exercise 1 solution : Python tutorial 74 02:44
- Define greatest : Python tutorial 75 02:58
- Function inside function : Python tutorial 76 05:50
- Chater 4 Exercise 2 : Python tutorial 77 01:37
- Exercise 2 solution : Python tutorial 78 03:58
- Fibonacci series program : Python tutorial 79 12:12
- Default Parameters : Python tutorial 80 04:40
- Variable Scope : Python tutorial 81 05:34
- Intro to list : Python tutorial 82 06:01
- Add data to list : Python tutorial 83 02:58
- More methods to add data : Python tutorial 84 06:04
- Delete data from list : Python tutorial 85 04:28
- In keyword with list : Python tutorial 86 01:34
- Some more list methods: Python tutorial 87 04:48
- is vs equals : Python tutorial 88 03:56
- join and split method : Python tutorial 89 05:09
- List vs Array : Python tutorial 90 06:25
- List vs String : Python tutorial 91 04:11
- Looping in list : Python tutorial 92 03:00
- List inside List : Python tutorial 93 06:17
- More about lists : Python tutorial 94 09:18
- Chapter 5 : Exercise 1 : Python tutorial 95 00:59
- Exercise 1 Solution : Python tutorial 96 03:25
- Chapter 5 : Exercise 2 : Python tutorial 97 01:43
- Exercise 2 solution : Python tutorial 98 07:30
- Chapter 5 Exercise 3 : Python tutorial 99 00:54
- Exercise 3 Solution : Python tutorial 100 02:49
- Chapter 5 : Exercise 4 : Python tutorial 101 01:00
- Exercise 4 solution : Python tutorial 102 03:45
- Chapter 5 : Exercise 5 : Python tutorial 103 00:45
- Exercise 5 Solution : Python tutorial 104 03:24
- Min and max function : Python tutorial 105 02:28
- Chapter 5 : Exercise 6 : Python tutorial 106 01:48
- Exercise 6 solution : Python tutorial 107 03:05
- Chapter 5 Summary : Python tutorial 108 08:14
- Tuples Intro : Python tutorial 109 04:09
- More about tuples : Python tutorial 110 08:31
- Function returning two values : Python tutorial 111 02:44
- Tuples 4th video : Python tutorial 112 03:40
- Chapter 6 Summary : Python tutorial 113 03:56
- Intro to dictionaries : Python tutorials 114 12:16
- Looping and In Kyeword in dictionary : Python tutorial 115 13:19
- Add and delete data from dictionaries : Python tutorial 116 06:43
- Update Dictionary : Python tutorial 117 02:53
- fromkeys get copy clear method : Python tutorial 118 12:17
- More about get() Method : Python tutorial 119 03:21
- Chapter 7 Exercise 1 : Python tutorial 120 00:49
- Exercise 1 solution : Python tutorial 121 02:09
- Word Counter Dictionary : Python tutorial 122 06:15
- Chapter 7 Exercise 2 : Python tutorial 123 01:05
- Exercise 2 solution : Python tutorial 124 06:22
- Dictionary Summary : Python tutorial 125 07:40
- Intro to Sets : Python tutorial 126 08:37
- More about sets : Python tutorial 127 05:59
- What is list comprehension : Python tutorial 128 08:08
- Chapter 9 Exercise 1 : Python tutorial 129 00:50
- Exercise 1 solution : Python tutorial 130 03:50
- List Comprehension with if statement : Python tutorial 131 06:06
- Chapter 9 Exercise 2 : Python tutorial 132 01:06
- Chapter 9 Exercise 2 solution : Python tutorial 133 02:24
- List comprehension with if else : Python tutorial 134 04:31
- Nested list comprehension : Python tutorial 135 04:27
- Chapter 9 Summary : Python tutorial 136 07:45
- Dictionary Comprehension : Python tutorial 137 08:43
- Dictionary comprehension with if else : Python tutorial 138 03:04
- Sets comprehension : Python tutorial 139 03:09
- Intro to * args : Python tutorial 140 08:05
- * args with normal parameter : Python tutorial 141 06:57
- Args as argument : Python tutorial 142 02:59
- Chapter 11 exercise 1 : Python tutorial 143 01:39
- Exercise 1 solution : Python tutorial 144 04:39
- ** Kwargs : Python tutorial 145 06:04
- Function with all type of parameters : Python tutorial 146 06:54
- chapter 11 exercise 2 : Python tutorial 147 01:31
- Exercise 2 Solution : Python tutorial 148 04:10
- Chapter 11 summary : Python tutorial 149 09:01
- Lambda Expression : Python tutorial 150 05:10
- Lambda Expression Practice : Python tutorial 151 08:34
- Enumerate function : Python tutorial 152 07:49
- Map function: Python tutorial 153 10:48
- Filter Function: Python tutorial 154 06:48
- Iterator vs Iterable : Python tutorial 155 07:22
- Zip function : Python tutorial 156 05:53
- Zip function part 2 : Python tutorial 157 05:59
- Advance Function Practice 1 : Python tutorial 158 08:56
- any and all function : Python tutorial 160 06:05
- any and all practice : Python tutorial 161 04:50
- Advance min() and max() : Python tutorial 162 09:55
- Advance sorted function : Python tutorial 163 06:38
- More about functions : Python tutorial 164 03:49
- Chapter 14 Intro 03:44
- Pass function as argument : Python tutorial 166 07:28
- Function returning function : Python tutorial 167 06:10
- Closures Practice : Python tutorial 168 04:41
- Decorators Intro : Python tutorial 169 09:02
- Decorators Part 2 : Python tutorial 170 06:03
- Decorators part 3 : Python tutorial 171 03:29
- Decorators Practice : Python tutorial 172 05:23
- Chapter 14 Exercise 1 : Python tutorial 173 02:51
- Exercise 1 solution : Python tutorial 174 05:34
- Decorators Practice 2 : Python tutorial 175 08:57
- Decorators with arguments : Python tutorial 176 09:51
- Intro to generators : Python tutorial 177 11:28
- Generator example : Python tutorial 178 09:28
- Chapter 15 Exercise 1 : Python tutorial 179 00:54
- Exercise 1 solution: Python tutorial 180 05:37
- Generator Comprehension : Python tutorial 181 04:32
- List vs Generators : Python tutorial 182 04:55
- Object Oriented Programming Intro : Python tutorial 183 06:17
- OOP Create Your First Class : Python tutorial 184 12:16
- OOP Exercise 1 : Python tutorial 185 00:34
- OOP Exercise 1 solution : Python tutorial 186 04:33
- OOP Instance Methods : Python tutorial 187 13:00
- OOP EXERCISE 2 : Python tutorial 188 01:10
- OOP Exercise 2 Solution : Python tutorial 189 04:39
- Class Variable : Python tutorial 190 08:45
- Class Variable part 2 : Python tutorial 190 05:15
- OOP Exercise 3 : Python tutorial 192 01:23
- OOP Exercise 3 Solution : Python tutorial 193 02:27
- OOP Class Methods : Python tutorial 194 09:30
- Class Method as a constructor : Python tutorial 195 05:12
- OOP Static Method : Python tutorial 196 03:13
- Encapsulation, Abstraction, Naming Convention, Name Mangling : Python tutorial 197 13:34
- OOP : Property and setter decorator : Python tutorial 198 12:03
- inheritance Intro : Python tutorial 199 08:59
- Multilevel inheritance , MRO , Method Overriding : Python tutorial 200 21:24
- Multiple Inheritance : Python tutorial 201 09:40
- Special magic/dunder method, operator overloading, polymorphism : Python tutorial 202 22:28
- Chapter 17 intro and built in errors : Python tutorial 203 08:47
- Raise errors : Python tutorial 204 05:34
- Error raise example 1 : Python tutorial 205 06:57
- error raise example 2 : tutorial 206 07:14
- Try , Except : exception handling, python tutorial 207 12:41
- Else finally with try except : Python tutorial 208 08:36
- Chapter 17 exercise 1 01:40
- Chapter 17 exercise 1 solution 04:10
- Custom Exception : Python tutorial 211 02:52
- Python Debugger 12:00
- Read Text Files - Python tutorial 213 16:07
- With Block - Read File 02:47
- File I/O : Write to file : python tutorial 215 09:39
- File I/O : Read and Write: Python tutorial 216 02:12
- File I/O : Exercise 1 01:02
- File I/O : Exercise 1 solution 03:35
- File I/0 : Exercise 2 02:53
- Exercise 2 solution 08:15
- Exercise 2 Better solution : Python tutorial 221 07:54
- Read LOVE STORY with python 05:24
- Work with CSV files using python 09:19
- Read CSV files with DictReader : Python tutorial 224 in Hindi 03:21
- Write to CSV File : python tutorial 225 04:41
- Write to csv using DictWriter : Python tutorial 226 07:22
- Read and Write CSV files simultaneously (HINDI) 08:37
- OS Module python part 1 (hindi) 12:36
- OS module(2) and shutil module python (hindi) 12:04
- Edit IMAGES using PYTHON 18:44
- First Project using python (GUI next ) 19:16
- Create GUI App with Python , Tkinter [1] 01:21:26
- Tkinter(Python GUI) : Create Widgets using loop 17:14
- Tkinter(Python GUI) : Padding & LabelFrame 15:19
- Tkinter[4] : Tabbed Control Widget (Hindi ) 08:11
- Tkinter : Create Menubar (Hindi) 11:40
- Tkinter : Message Box and Exception handling 12:23
- Python Project Create Real Software 03:32:42
- Python + Sql 17:11
