Completed
Exercise 5: Solution And First Solver | Python Tutorials For Absolute Beginners In Hindi #37
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Tutorials for Absolute Beginners in Hindi
Automatically move to the next video in the Classroom when playback concludes
- 1 Beginner Friendly Full Python Tutorials(Teaser) | Python Tutorials For Absolute Beginners In Hindi#0
- 2 What is Programming & Why Learn Python? | Python Tutorials For Absolute Beginners In Hindi #1
- 3 Downloading Python and Pycharm Installation | Python Tutorials For Absolute Beginners In Hindi #2
- 4 Using Modules & Pip In Python | Python Tutorials For Absolute Beginners In Hindi #3
- 5 Writing Our First Python Program | Python Tutorials For Absolute Beginners In Hindi #4
- 6 Using Python As A Calculator | Python Tutorials For Absolute Beginners In Hindi #5
- 7 Comments, Escape Sequences & Print Statement| Python Tutorials For Absolute Beginners In Hindi #6
- 8 Variables, Datatypes and Typecasting | Python Tutorials For Absolute Beginners In Hindi #7
- 9 String Slicing And Other Functions In Python | Python Tutorials For Absolute Beginners In Hindi #8
- 10 Python Lists And List Functions | Python Tutorials For Absolute Beginners In Hindi #9
- 11 Dictionary & Its Functions Explained | Python Tutorials For Absolute Beginners In Hindi #10
- 12 Python Exercise 1 - Apni Dictionary | Python Tutorials For Absolute Beginners In Hindi #11
- 13 Sets In Python | Python Tutorials For Absolute Beginners In Hindi #12
- 14 If Else & Elif Conditionals In Python | Python Tutorials For Absolute Beginners In Hindi #13
- 15 Exercise 1 - Solution And Your Answers | Python Tutorials For Absolute Beginners In Hindi #14
- 16 Python Exercise 2 - Faulty Calculator | Python Tutorials For Absolute Beginners In Hindi #15
- 17 For Loops In Python | Python Tutorials For Absolute Beginners In Hindi #16
- 18 While Loops In Python | Python Tutorials For Absolute Beginners In Hindi #17
- 19 Break & Continue Statements In Python | Python Tutorials For Absolute Beginners In Hindi #18
- 20 Python Exercise 2: Faulty Calculator Solution| Python Tutorials For Absolute Beginners In Hindi #19
- 21 Python Exercise 3 - Guess The Number | Python Tutorials For Absolute Beginners In Hindi #20
- 22 Operators In Python | Python Tutorials For Absolute Beginners In Hindi #21
- 23 Short Hand If Else Notation In Python | Python Tutorials For Absolute Beginners In Hindi #22
- 24 Functions And Docstrings | Python Tutorials For Absolute Beginners In Hindi #23
- 25 Try Except Exception Handling In Python | Python Tutorials For Absolute Beginners In Hindi #24
- 26 Python File IO Basics | Python Tutorials For Absolute Beginners In Hindi #25
- 27 Open(), Read() & Readline() For Reading File | Python Tutorials For Absolute Beginners In Hindi #26
- 28 Python Exercise 3: Solution | Python Tutorials For Absolute Beginners In Hindi #27
- 29 Writing And Appending To A File | Python Tutorials For Absolute Beginners In Hindi #28
- 30 Python Exercise 4: Astrologer's Stars | Python Tutorials For Absolute Beginners In Hindi #29
- 31 Seek(), tell() & More On Python Files | Python Tutorials For Absolute Beginners In Hindi #30
- 32 Using With Block To Open Python Files | Python Tutorials For Absolute Beginners In Hindi #31
- 33 Exercise 5: Health Management System | Python Tutorials For Absolute Beginners In Hindi #32
- 34 Scope, Global Variables and Global Keyword | Python Tutorials For Absolute Beginners In Hindi #33
- 35 Recursions: Recursive Vs Iterative Approach | Python Tutorials For Absolute Beginners In Hindi #34
- 36 Exercise 4: Solution And First Solver | Python Tutorials For Absolute Beginners In Hindi #35
- 37 Anonymous/Lambda Functions In Python | Python Tutorials For Absolute Beginners In Hindi #36
- 38 Exercise 5: Solution And First Solver | Python Tutorials For Absolute Beginners In Hindi #37
- 39 Using Python External & Built In Modules | Python Tutorials For Absolute Beginners In Hindi #38
- 40 F-Strings & String Formatting In Python | Python Tutorials For Absolute Beginners In Hindi #39
- 41 Exercise 6: Game Development: Snake Water Gun | Python Tutorials For Absolute Beginners In Hindi #40
- 42 *args and **kwargs In Python | Python Tutorials For Absolute Beginners In Hindi #41
- 43 Time Module In Python | Python Tutorials For Absolute Beginners In Hindi #42
- 44 Virtual Environment & Requirements.txt | Python Tutorials For Absolute Beginners In Hindi #43
- 45 Enumerate Function | Python Tutorials For Absolute Beginners In Hindi #44
- 46 How Import Works In Python? | Python Tutorials For Absolute Beginners In Hindi #45
- 47 If __name__==__main__ usage & necessity | Python Tutorials For Absolute Beginners In Hindi #46
- 48 Join Function In Python | Python Tutorials For Absolute Beginners In Hindi #47
- 49 Map, Filter & Reduce | Python Tutorials For Absolute Beginners In Hindi #48
- 50 Exercise 6 Solution & First Solver | Python Tutorials For Absolute Beginners In Hindi #49
- 51 Exercise 7: Healthy Programmer | Python Tutorials For Absolute Beginners In Hindi #50
- 52 Decorators In Python | Python Tutorials For Absolute Beginners In Hindi #51
- 53 Classes & Objects (OOPS) | Python Tutorials For Absolute Beginners In Hindi #52
- 54 Creating Our First Class In Python | Python Tutorials For Absolute Beginners In Hindi #53
- 55 Instance & Class Variables | Python Tutorials For Absolute Beginners In Hindi #54
- 56 Self & __init__() (Constructors) | Python Tutorials For Absolute Beginners In Hindi #55
- 57 Class Methods In Python | Python Tutorials For Absolute Beginners In Hindi #56
- 58 Class Methods As Alternative Constructors | Python Tutorials For Absolute Beginners In Hindi #57
- 59 Static Methods In Python | Python Tutorials For Absolute Beginners In Hindi #58
- 60 Abstraction & Encapsulation | Python Tutorials For Absolute Beginners In Hindi #59
- 61 Single Inheritance | Python Tutorials For Absolute Beginners In Hindi #60
- 62 Multiple Inheritance | Python Tutorials For Absolute Beginners In Hindi #61
- 63 Multilevel Inheritance | Python Tutorials For Absolute Beginners In Hindi #62
- 64 Public, Private & Protected Access Specifiers | Python Tutorials For Absolute Beginners In Hindi #63
- 65 Polymorphism In Python | Python Tutorials For Absolute Beginners In Hindi #64
- 66 Super() and Overriding In Classes | Python Tutorials For Absolute Beginners In Hindi #65
- 67 Diamond Shape Problem In Multiple Inheritance | Python Tutorials For Absolute Beginners In Hindi #66
- 68 Operator Overloading & Dunder Methods | Python Tutorials For Absolute Beginners In Hindi #67
- 69 Abstract Base Class & @abstractmethod | Python Tutorials For Absolute Beginners In Hindi #68
- 70 Setters & Property Decorators | Python Tutorials For Absolute Beginners In Hindi #69
- 71 Object Introspection | Python Tutorials For Absolute Beginners In Hindi #70
- 72 Python Mini Project #1 | Python Tutorials For Absolute Beginners In Hindi #71
- 73 Generators In Python | Python Tutorials For Absolute Beginners In Hindi #72
- 74 Python Comprehensions | Python Tutorials For Absolute Beginners In Hindi #73
- 75 Using Else With For Loops | Python Tutorials For Absolute Beginners In Hindi #74
- 76 Function Caching In Python | Python Tutorials For Absolute Beginners In Hindi #75
- 77 Else & Finally In Try Except | Python Tutorials For Absolute Beginners In Hindi #76
- 78 Coroutines In Python | Python Tutorials For Absolute Beginners In Hindi #77
- 79 Exercise 7: Solution & First Solver | Python Tutorials For Absolute Beginners In Hindi #78
- 80 Os Module | Python Tutorials For Absolute Beginners In Hindi #79
- 81 Exercise 8: Oh Soldier Prettify My Folder| Python Tutorials For Absolute Beginners In Hindi #80
- 82 Requests Module For HTTP Requests | Python Tutorials For Absolute Beginners In Hindi #81
- 83 Json Module | Python Tutorials For Absolute Beginners In Hindi #82
- 84 Exercise 9: Akhbaar Padhke Sunaao | Python Tutorials For Absolute Beginners In Hindi #83
- 85 Pickle Module | Python Tutorials For Absolute Beginners In Hindi #84
- 86 Exercise 10: Pickling Iris | Python Tutorials For Absolute Beginners In Hindi #85
- 87 Regular Expressions | Python Tutorials For Absolute Beginners In Hindi #86
- 88 Converting .py to .exe | Python Tutorials For Absolute Beginners In Hindi #87
- 89 Python Exercise 8: Solution + Tips | Python Tutorials For Absolute Beginners In Hindi #88
- 90 Raise In Python + Examples | Python Tutorials For Absolute Beginners In Hindi #89
- 91 Python 'is' vs '==': What's The Difference? | Python Tutorials For Absolute Beginners In Hindi #90
- 92 Python 2.x Vs Python 3.x | Python Tutorials For Absolute Beginners In Hindi #91
- 93 Python Exercise 9 Solution + Shoutouts | Python Tutorials For Absolute Beginners In Hindi #92
- 94 Creating a Command Line Utility In Python | Python Tutorials For Absolute Beginners In Hindi #93
- 95 Exercise 10: Solution + Shoutouts | Python Tutorials For Absolute Beginners In Hindi #94
- 96 Creating a Python Package Using Setuptools | Python Tutorials For Absolute Beginners In Hindi #95
- 97 Python Exercise 11: Regex Email Extractor | Python Tutorials For Absolute Beginners In Hindi #96
- 98 Learning Path For Python Web Development | Python Tutorials For Absolute Beginners In Hindi #97
- 99 Python GUI Development - Learning Path | Python Tutorials For Absolute Beginners In Hindi #98
- 100 Machine Learning & Data Science Learning Path | Python Tutorials For Absolute Beginners In Hindi #99
- 101 Regex Exercise 11 Solutions | Python Tutorials For Absolute Beginners In Hindi #100
- 102 Mini Project 1 (OOPs Library) Solution | Python Tutorials For Absolute Beginners In Hindi #101
- 103 Conclusion & Way Forward | Python Tutorials For Absolute Beginners In Hindi #102
- 104 Practice Problem 1 (Easy) | Python Tutorials For Absolute Beginners In Hindi #103
- 105 Python Practice 1 Solution | Python Tutorials For Absolute Beginners In Hindi #104
- 106 Practice Problem 2 (Easy) | Python Tutorials For Absolute Beginners In Hindi #105
- 107 Python Practice 2 Solution | Python Tutorials For Absolute Beginners In Hindi #106
- 108 Python Practice 3 | Python Tutorials For Absolute Beginners In Hindi #107
- 109 Python Problem 3: Solution | Python Tutorials For Absolute Beginners In Hindi #108
- 110 Python Problem 4 | Python Tutorials For Absolute Beginners In Hindi #109
- 111 Python Problem 4: Solution | Python Tutorials For Absolute Beginners In Hindi #110
- 112 Python Problem 5 | Python Tutorials For Absolute Beginners In Hindi #111
- 113 Python Problem 5: Solution | Python Tutorials For Absolute Beginners In Hindi #112
- 114 Python Problem 6 | Python Tutorials For Absolute Beginners In Hindi #113
- 115 Python Problem 6: Solution | Python Tutorials For Absolute Beginners In Hindi #114
- 116 Python Problem 7: Creating A Search Engine | Python Tutorials For Absolute Beginners In Hindi #115
- 117 Python Problem 7: Solution | Python Tutorials For Absolute Beginners In Hindi #116
- 118 Python Problem 8: Fake Multiplication Tables | Python Tutorials For Absolute Beginners In Hindi #117
- 119 Python Problem 8: Solution | Python Tutorials For Absolute Beginners In Hindi #118
- 120 Python Problem 9: Jumbled Funny Names | Python Tutorials For Absolute Beginners In Hindi #119
- 121 Project 1: Iron Man Jarvis AI Desktop Voice Assistant | Python Tutorials For Absolute Beginners #120
- 122 VS Code Tutorial + Python Setup | Python Tutorials For Absolute Beginners In Hindi #121
- 123 Project 2: Coding Flappy Bird Game (With Source Code) | Python Tutorials For Absolute Beginners #122
- 124 Project 3: Third Umpire Decision Review System (DRS Gully Cricket) |Python Tutorials in Hindi #123
- 125 Project 4: Indian Railways Announcement Software | Python Tutorials For Absolute Beginners #124
- 126 CoronaVirus: Python Programming Solution to the Problem
- 127 Covid -19: Creating a Realtime CoronaVirus Outbreak Notification System Using Python Programming
- 128 Django Tutorial In Hindi
- 129 I Automated The Chrome Dinosaur Game Using Python 🔥