Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Python Tutorials for Absolute Beginners in Hindi

CodeWithHarry via YouTube

Overview

This course is a comprehensive Python tutorial in Hindi designed for absolute beginners. The course covers all the fundamental concepts of Python programming, starting from basic syntax and data types to advanced topics like generators and virtual environments. The course includes hands-on exercises and real-world projects to enhance learning. The teaching method involves step-by-step explanations, code examples, and exercises to reinforce learning. The course is intended for Hindi speakers who are new to programming and want to learn Python from scratch in their native language.

Syllabus

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

Taught by

CodeWithHarry

Reviews

Start your review of Python Tutorials for Absolute Beginners in Hindi

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.