Python Tutorial For Beginners In Hindi (With Notes) 🔥
Learn Python One Video in Hindi: This Python Programming in Hindi tutorial is a complete python course in Hindi comprising of 13 Python chapters and 3 Python Projects. After watching this course you can learn Python programming easily in Hindi. This Python programming course for beginners in Hindi is designed keeping in mind the current trend and recent changes in Python. This course is designed to teach Python to beginners making it one of the best sources to learn python in Hindi for beginners. Get ready to learn python programming in a fun way and make sure to download the python notes which are included with this video. Hope you enjoy this course on python programming for beginners in Hindi.
Notes: https://www.codewithharry.com/notes/
Download Python in Hindi Notes & Other Material (Scroll to the bottom):
https://www.codewithharry.com/videos/python-tutorial-easy-for-beginners
►TimeStamps:
Course Logistics: 00:00:00
Chapter 0 – Introduction: 00:08:58
Chapter 1 – Modules, Comments & Pip: 00:14:17
Chapter 1 – Practice Set: 00:33:10
Chapter 2 – Variables & Data Types: 00:44:35
Chapter 2 – Practice Set: 01:25:10
Chapter 3 – Strings: 01:39:10
Chapter 3 – Practice Set: 02:16:56
Chapter 4 – Lists & Tuples: 02:35:04
Chapter 4 – Practice Set: 03:07:10
Chapter 5 – Dictionary & Sets: 03:20:12
Chapter 5 – Practice Set: 03:57:25
Chapter 6 – Conditional Expressions: 04:19:21
Chapter 6 – Practice Set: 04:48:53
Chapter 7 – Loops in Python: 05:14:34
Chapter 7 – Practice Set: 05:45:11
Chapter 8 – Functions & Recursion: 06:07:35
Chapter 8 – Practice Set: 06:36:28
Project 1 – Snake, Water, Gun Game: 06:52:30
Chapter 9 – File I/O: 07:06:55
Chapter 9 – Practice Set: 07:28:11
Chapter 10 – Object Oriented Programming: 08:08:38
Chapter 10 – Practice Set: 09:17:22
Chapter 11 – Inheritance: 09:48:30
Chapter 11 – Practice Set: 10:55:24
Project 2 – The Perfect Guess 11:37:01
Part 2 of this video: https://www.youtube.com/watch?v=61a7UkDO50s
►Covered in Part 2 of this Video:
Chapter 12 – Advanced Python 1
Chapter 12 – Practice Set
Chapter 13 – Advanced Python 2
Chapter 13 – Practice Set
Project 3 – Library Management System
►Checkout my English channel here: https://www.youtube.com/ProgrammingWithHarry
►Click here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
►Instagram: https://www.instagram.com/codewithharry
Best Hindi Videos For Learning Programming:
►Learn Python In One Video – https://www.youtube.com/watch?v=ihk_Xglr164
►Python Complete Course In Hindi – https://www.youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME
►C Language Complete Course In Hindi –
►JavaScript Complete Course In Hindi –
►Learn JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo
►Learn PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI
►Django Complete Course In Hindi –
►Machine Learning Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG
►Creating & Hosting A Website (Tech Blog) Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf
►Advanced Python Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4
►Object Oriented Programming In Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP
►Python Data Science and Big Data Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH
Follow Me On Social Media
►Website (created using Flask) – http://www.codewithharry.com
►Facebook – https://www.facebook.com/CodeWithHarry
►Instagram – https://www.instagram.com/codewithharry/
►Personal Facebook A/c – https://www.facebook.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here
by CodeWithHarry
linux foundation
Congratulations🎉🎉
Payment gateway and database communication programs plz
8:51:00
Time 2:5:57 par [0:7] mai last letter 'g' include nahi hga ….❤
Is it me or every beginner face the difficulty like what is the use of these stuffs ? Please let me know because i am suffering from every single thing
print(a.count(0)) 3:19:47
4:34:11 …Greater ❤
Thank you so much your video really helps me in python.
6:44:29
def sum(n):
if n==1:
return 1
return n + sum(n-1)
print(sum(100))
11:52:05
Thanks
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
5:23:36 output is
Harry
Harry
Harry
Harry
Harry
Nice explanation
4:47:25 answer is optional
4:34:00 answer is greater
a = 22
if(a>9):
print("greater")
else:
print("lesser")
>>>greater
time : 4:34:1
Chapter 6 Practice Test problem 4( 5.05.12 time)
p=input("enter name")
l=len (p)
if l <10:
print("less than 10")
else :
print ("not less than 10")
5:13:47
Q7.Write a program to find out whether a
given post is talking about "Harry" Or not.
chapter 6 practice set
post=input("talk :n")
if("harry" in post.lower()):
print("yes , they are talking about harry")
else:
print("No, they were not talking about harry")
5:05:37
Q4.Write a program to find whether a given username
Contains less than 10 characters or not.
chapter 6 practice set
name=input("Enter your name : n")
length=len(name)
print(len(name))
if(length<10):
print("This name is less then 10 character")
else:
print("this name is more then 10 character")
notes are totallyy worthy
"Great tutorial on Python for beginners in Hindi! The notes are really helpful for new learners. 𝑰 𝒓𝒆𝒄𝒆𝒏𝒕𝒍𝒚 𝒎𝒂𝒅𝒆 𝒂 𝒗𝒊𝒅𝒆𝒐 discussing if CodeWithHarry is really the best for learning to code. It’s interesting to see how different creators make coding accessible for everyone."
1:37:10
I am learning all the programs smoothly. It feels like a game.
Harry sir your teaching style is awesome, you are a great teacher.
Hat's off sir🌟
4:34:00
Grater
9 : 15 : 05 first init method called cunstructor and second get details
Fiverr will print
TimeStem = 10:07:46 / 11:52:23
Good One
Hello Sir🎗
9:15:00
employee is created {__init__()}
the name of the employee is harry
salary of the employee is 100
salary of the employee is youtube {getDetails}
5:05:09
a = input("enter your username")
b=len(a)
if(b<=10):
print("yes ")
else:
print("No")
I get it 1st chapter guys 😇😇
Chapter 1 Completed on sat 29/06/2024
Complete Python Handwritten Notes PDF Download :-
https://www.youtube.com/watch?v=-WOqlnPKn9E
6:45:06
Chapter-8
Qs- 4
def recursive_sum(n):
if n==0 or n==1:
return 1
return n+ recursive_sum(n-1)
print(recursive_sum(8))
bhai mere pip se download nhi ho rha kese karu