Video Lectures of Python Tutorial in Hindi for Back-End Programming Exam
Watch free video lectures for Python Tutorial in Hindi covering all chapters/topics as per the latest syllabus in 2026. These concept videos, recorded lectures, and audio notes are designed to help Back-End Programming students understand every topic clearly — anytime, anywhere. Start learning on EduRev.
Python Tutorial in Hindi
| Python Tutorials in Hindi 01 10:59 min |  |
| Python tutorials in Hindi 02 : Python as a calculator 13:14 min |  |
| Python tutorials in Hindi 03 : Variables . 09:38 min |  |
| Python tutorial in Hindi 04 : Variables 07:54 min |  |
| Python tutorial in Hindi 05 : Strings 08:55 min |  |
| Python tutorial in Hindi 06 : Selecting Sub Sequences ( strings part 2) 06:01 min |  |
| Python tutorials in Hindi 07 : More about Strings ( strings part 3 ) 07:42 min |  |
| Python tutorials in Hindi 08 : Find Operator 11:01 min |  |
| Python tutorial in Hindi 09 :Finding string in string ( Find operator part 2 ) 05:10 min |  |
| Python tutorial in Hindi 10 : Use number in find operator 05:27 min |  |
| Search Engine Concept : Python tutorial in Hindi 11 ( Extracting link from website) 27:04 min |  |
| Python Tutorial in Hindi 12 : Install Python 3 version and fix installation error 05:39 min |  |
| Python tutorial in Hindi 13 : Requesting Input (Input function ) 09:21 min |  |
| Python tutorial in Hindi 14 : len() ; int() ; str() function 13:08 min |  |
| Python tutorial in Hindi 15 : Write a program using things that we learned so far 07:35 min |  |
| Python tutorial in Hindi 16 : Procedure 16:18 min |  |
| Python tutorial in Hindi 17 : Make your own functions 10:52 min |  |
| Python tutorial in Hindi 18 : Solution of previous problem (find 2nd position) 11:10 min |  |
| Python tutorial in Hindi 19 : If ; If else statement 09:02 min |  |
| Python tutorial in Hindi 20 : If-else programs ; or operator ; nested if - else ; max operator 36:45 min |  |
| Python tutorial in Hindi 22 : Print series ; factorial ; A.P series using while loop 24:14 min |  |
| Python tutorial in Hindi 21 : Little modification in game ; While loop basic concept . 17:16 min |  |
| Python tutorial in Hindi 23 : Infinite loop ; break ; continue statement ; password program 11:32 min |  |
| Python tutorial in Hindi 24 : basics for search engine concept part 2 ; quick revision 06:27 min |  |
| Search engine concept part 2 22:17 min |  |
| Python tutorial in Hindi 25 : list part 1 05:19 min |  |
| Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method ) 06:25 min |  |
| Python tutorial in Hindi 28 : List part 4 ( index ; reverse ; sort method ; sorted function) 06:26 min |  |
| Python tutorial in Hindi 29 : list in list ; list function 03:15 min |  |
| Python tutorial in Hindi 30:Boost your programming skills : Problem 1 02:53 min |  |
| Python tutorial in Hindi 31 : Challenge Solution 1 : Sum of digits 15:35 min |  |
| Python tutorial in Hindi 32 : Challenge solution 2 ( list problem) 16:36 min |  |
| Python tutorial in Hindi 33 : for loop ; stop -start-step arguments 12:57 min |  |
| Python tutorial in Hindi 34 : A.P using for loop 06:31 min |  |
| Python tutorial in Hindi 35 : loops inside list 05:59 min |  |
| Python tutorial in Hindi 36: string and list comparison ; find element in list ; program 14:26 min |  |
| Python tutorial in Hindi 37: Exponent ; modulus operator ; continue statement in list 07:29 min |  |
| Python tutorial in Hindi 38 : Tuples 03:16 min |  |
| Python Tutorial in Hindi 39 : Dictionaries Basic concept 05:41 min |  |
| Python tutorial in Hindi 40 : Dictionaries: keys and value method ; looping 04:30 min |  |
| Python tutorial in Hindi 41 : Dictionaries items method and more !! 10:13 min |  |
| Python tutorial in Hindi 42 : Nesting dictionaries ; list and looping 12:37 min |  |
| Python tutorial in Hindi 43 : Sets 05:19 min |  |
| Python tutorial in Hindi 44 : Let's write our first program : delete common files 24:36 min |  |
| Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more 12:50 min |  |
| Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders 03:56 min |  |
| Python tutorial in Hindi 47 - open website with webbrowser module . 01:52 min |  |
| Python tutorial in Hindi 48 : How to read text files 06:14 min |  |
| Python tutorial in Hindi 49 : How to write text files 04:29 min |  |
| Python tutorial in Hindi 50 : Make text file from user input ; cwd ; cd 08:29 min |  |
| Python tutorial in Hindi 51 : Create Your Own E-mail sending program /software 01 11:28 min |  |
| Python tutorial in Hindi 52 : Error Handling with try ; except 09:56 min |  |
| Python tutorial in Hindi 53 : How to use infinite loop while using try ; except 04:11 min |  |
| NOT A TUTORIAL : it's overview/ discussion only for e-mail sending program 11:45 min |  |
| Python tutorial in Hindi 54 : Modification of E-mail sending program 24:31 min |  |
| Python tutorial in Hindi 55 : How to get password input from user as a password 04:29 min |  |
| Python tutorial in Hindi 56 : How to convert py file to exe (in hindi) 08:19 min |  |
| Python tutorial in Hindi 57 : How to create a software setup 07:53 min |  |
| Python tutorial in Hindi 58 : String Formatting in Python 3 22:10 min |  |
| Python tutorial in Hindi 59 : Some more useful strings methods (split ; join ; replace ; count) 05:35 min |  |
| Python tutorial in Hindi 60 : Make your Windows Extraordinary 20:59 min |  |
| Python tutorial in Hindi 61 : discussion before learning OOP 05:07 min |  |
| Python tutorial in Hindi 62 : OOP : Classes ; Objects ; self; constructor 12:02 min |  |
| Exercise 1 OOP : based on tutorial 62 - Create your own class 00:31 min |  |
| Python tutorial in Hindi 63 : OOP - Exercise one solution 04:47 min |  |
| Python tutorial in Hindi 64 : OOP lecture 3 - How to define methods inside class 04:32 min |  |
| OOP EXERCISE 2 based on tutorial 64 - METHODS 00:32 min |  |
| Python tutorial in Hindi 65 : Exercise 2 solution lecture 02:53 min |  |
| Python tutorial in Hindi 66 : Class Variables 03:45 min |  |
| Python tutorial in Hindi 67 : doc string and help function 05:12 min |  |
| Python tutorial in Hindi 68 : Inheritance part 1 12:49 min |  |
| Python tutorial in Hindi 69 : Inheritance part 2 (multi level inheritance ) 03:49 min |  |
| Python tutorial in Hindi 70: str ; len and del method for class ; object 09:19 min |  |
| Python tutorial in Hindi 71 : Lambda Expression part 1 07:14 min |  |
| Python tutorial in Hindi 72 : Lambda Expression part 2 05:09 min |  |
| Python tutorial in Hindi 73 : List comprehension part 1 07:57 min |  |
| Python tutorial in Hindi 74 : list comprehension part 2 09:37 min |  |
| Python tutorial in Hindi 75 : Enumerate Function 03:15 min |  |
| Python tutorial in Hindi 76 : Map Function 09:32 min |  |