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