Then you gotta spread this channel to make it more rated . He can't do anything about it. It's the people who watch this channel who can make this channel popular or not
This is by far the most clear and complete explanation of FUNCTIONS I've seen. And I have seen plenty of python for beginners videos. I specially liked the animations showing "how this program works." Believe it or not, it made the difference in my total understanding of... well.... how the program worked! Keep it up.
This is probably the best resource I've found for learning fundamentals of Python in an UNDERSTANDABLE way.. You have a natural ability to explain concepts in a clear, yet concise manner. The arrows and all of the visual indicators also help greatly for being able to visually see how things execute. Very high quality and hugely underrated channel.
Ive just turned 40, have never done ANYTHING like this in my life, and just started learning python, coding to hopefully start a new career in IT! i love hearing other people are just starting around my age too!!
Punit, your content is better than a lot of the paid content I have seen out there. It's well thought-out, well-explained, easy to understand, and I think I could cry at the difference, sometimes. I hope your channel blows up in popularity; it would be so well-deserved.
i hope it doesn't blow up with popularity or else he'll get too much pressure to overperform if u know what i mean and it's good that only some of us lnow
This is by far the best channel out there for learning Python. I'm a beginner and the way you explain things makes it so easy! Will definitely be downloading the app.
You're such a good teacher! because of your explanations i was able to make the code where you need to enter the marks first before it starts calculating. it took me a while thought but thanks! print ('enter your marks') mark1 = int(input('enter your first mark:')) mark2 = int(input('enter your second mark: ')) mark3 = int(input('enter your 3rd mark: ')) mark4 = int(input('enter your 4th mark: ')) mark5 = int(input('enter your 5th mark: ')) def find_average_marks(marks): sum_of_marks = sum(marks) total_subjects = len(marks) average_marks = sum_of_marks / total_subjects return average_marks def compute_grade(average_marks): if average_marks >= 80: print ('Congratulations you passed your exams with a average of', average_marks, 'your grade is A') elif average_marks >= 60: print ('congratulations you passed your exams with a average of: ', average_marks, 'your grade is B') elif average_marks >= 50: print ('congratulations you passed your exam with a average of: ', average_marks, 'your grade is C') elif average_marks
Very, Very, VERY GOOD explanations! I have a difficult time filling in the smaller bits of connections/explanations as to why certain things flow/execute. I appreciate how you were thoroughly explaining ALL the steps without leaving them up to the student to infer (like a lot of the study material leaves the student left to magically infer).
I really want to thank you for your videos. I was having trouble understanding the way the code works as described in my textbook. You have a way of explaining things that is easy to understand. I love how you show us the path the coding is taking. I feel like I have a deeper understanding of it now.
this is the best guide for the python functions on yourtube, ive watched soo many tutorials but they were all confusing till i came across this video, many thanks :)
Sir the topic i have tried to read and or otherwise rote learn for the sake of exams for 100s of times, you just simplified in a 15min video! Thank you very much
Thanks! I spaced out during my class so I was confused about this concept the entire time. Came to youtube and found your video and I think I get it now
Thank you for this video. This is my second attempt for a university course that uses python. I never had a clear understanding with how def functions work. The professor has to cover recursion and it makes it inconvenient to understand functions. Hopefully this helps.
you are a teacher/messenger from the python🐍god ...i started off trying to learn python with mimo app which is great for beginners and i search all over google and youtube for basic python tutorial and you explain the best 💚💙💜
I've been using your website which is sooo cool and easy. My senior suggest it to almost everyone. He has cracked his interview and took a job worth 30 lpa.
first day here, but one of the best tutorial video I ever seen, was having issues understanding def function but thanks to you now it's gone, sharing with my friend
thanks for teaching in such an amazing way....i cognize everything and performed the programming task successfully...and i was so blissed to see my output....all thanks to u sir......keep going...i assure u that i will continue programming in my future as my passion and my job as wellll........thanks a lot again..
Example: Compute Grade of a Student marks = ([ 55, 64, 75, 80, 65]) Sum = sum( marks ) average = Sum / 5 average = (int(average)) if average >= 80: print ("You got A Grade") print ("Your marks are" , average) if average >= 60 and average < 80: print ("You got B grade") print ("Your marks are" , average) if average >= 50 and average < 60: print ("You got C grade") print ("Your marks are" , average) if average < 50: print ("You got B grade") print ("Your marks are" , average)
I just came across your channel today and I must say I’m highly impressed. I have been jumping from channel to channel just to understand functions and you have simply made me understand everything about it. Kudos to you. From now onwards inshaAllah, I will follow your channel everyday to know everything about python.
The way you explain is 🔥🔥🔥🔥 I have seen almost 20+ plus videos none got me explaination like this channel.... I recommend this to my friends keep up sir❤️ Lot of love from Mechanical folks
Im kinda shocked, was having difficulties with functions and im only 6 minutes in and im just amazed that I understand everything his saying, yes I've heard of all the names before like parameter etc but I actually see it and understand it now. Thanks, subbed
Thanks, been struggling with custom functions w multiple arguments but this seems pretty straight forward now, will hopefully just get more clearer with practice.
Thank you so much. I watched multiple videos and was struggling to understand User-Defined Functions and this video finally helped it to click in my brain. I love that you did the How It Works animation to show the logic behind it because now I get it. 😅
This is my code for the task that he assigns in the video. I need your review, thank you! def add_number(n1,n2): result = n1 + n2 return result def multiply_number(nu1,nu2): result2 = nu1 * nu2 return result2 number1 = 50 number2 = 60 result = add_number(number1, number2) result2 = multiply_number(number1,number2) print("The sum is:", result) print("The multiply is:", result2)
I don't know how pay thanks for this Very easy and simple explanation and my all doubts are clear about the python function thanks sooooo999999... Much
Thank you for this! Super helpful, very clear and structured and just the right amount of details. Great work, so glad to have all these free resources online!
🔥 Learn Python with a more hands-on experience with Programiz PRO-interactive lessons, quizzes & challenges.
Try Programiz PRO: bit.ly/right-python
Please OOP?
Your channel is severely underrated. You have a talent at explaining things coherently, keep up the good work.
Then you gotta spread this channel to make it more rated . He can't do anything about it. It's the people who watch this channel who can make this channel popular or not
honestly, very very underrated!!!!
And he's site is nice too.
return terminate the function and go to the calling function
YOu remides me Alak sir
This is by far the most clear and complete explanation of FUNCTIONS I've seen. And I have seen plenty of python for beginners videos. I specially liked the animations showing "how this program works." Believe it or not, it made the difference in my total understanding of... well.... how the program worked! Keep it up.
I totally agree. I have tried to understand this weeks. Finally a clear explanation
Iuoo gooo o I’m mini Ohk onhjnnnu I’ll😅my oil lol ok n hey o my Lo m Ning h lol no I’ll go 😅😅 he yn ok Kuki ny😅 Nikki looh😅n Ioiol o hi Lo Lo
I o you go
Uo hill in ole o union only o polo uu u oh n I no uni kk oil polo😅😅
Ujkhiijiljnho😅
This is probably the best resource I've found for learning fundamentals of Python in an UNDERSTANDABLE way.. You have a natural ability to explain concepts in a clear, yet concise manner. The arrows and all of the visual indicators also help greatly for being able to visually see how things execute. Very high quality and hugely underrated channel.
I want to be following his tutorials, how can I go about it?
Great stuff Punit !
43 years old and learning Python. Good luck everybody.
me 40 and started learning now
Same
Thanks for sharing age. I am 63 and just started learning. I believe Learning is for the sake of Learning. It gives me pleasure.
im 87 and still learning , go on grand sons
Ive just turned 40, have never done ANYTHING like this in my life, and just started learning python, coding to hopefully start a new career in IT! i love hearing other people are just starting around my age too!!
Punit, your content is better than a lot of the paid content I have seen out there. It's well thought-out, well-explained, easy to understand, and I think I could cry at the difference, sometimes. I hope your channel blows up in popularity; it would be so well-deserved.
i hope it doesn't blow up with popularity or else he'll get too much pressure to overperform if u know what i mean and it's good that only some of us lnow
I learned more in this 15 minute video than what I learned from one week in school. thankyou much appreciated
These Python tutorials are doing the world a huge favor. Keep inspiring!
This is by far the best channel out there for learning Python. I'm a beginner and the way you explain things makes it so easy! Will definitely be downloading the app.
You're such a good teacher! because of your explanations i was able to make the code where you need to enter the marks first before it starts calculating. it took me a while thought but thanks!
print ('enter your marks')
mark1 = int(input('enter your first mark:'))
mark2 = int(input('enter your second mark: '))
mark3 = int(input('enter your 3rd mark: '))
mark4 = int(input('enter your 4th mark: '))
mark5 = int(input('enter your 5th mark: '))
def find_average_marks(marks):
sum_of_marks = sum(marks)
total_subjects = len(marks)
average_marks = sum_of_marks / total_subjects
return average_marks
def compute_grade(average_marks):
if average_marks >= 80:
print ('Congratulations you passed your exams with a average of', average_marks, 'your grade is A')
elif average_marks >= 60:
print ('congratulations you passed your exams with a average of: ', average_marks, 'your grade is B')
elif average_marks >= 50:
print ('congratulations you passed your exam with a average of: ', average_marks, 'your grade is C')
elif average_marks
why is this guy so good at teaching python? honestly most helpful video i have ever come across
thank you programiz i learned c and python for free on programiz website and youtube
Very, Very, VERY GOOD explanations! I have a difficult time filling in the smaller bits of connections/explanations as to why certain things flow/execute. I appreciate how you were thoroughly explaining ALL the steps without leaving them up to the student to infer (like a lot of the study material leaves the student left to magically infer).
The only function tutorial i needed. The animation of how it works really helped.
This is the most simplified tutorial I have ever found . You explain fucntion in a clear way
I really want to thank you for your videos. I was having trouble understanding the way the code works as described in my textbook. You have a way of explaining things that is easy to understand. I love how you show us the path the coding is taking. I feel like I have a deeper understanding of it now.
Punit, you are a hero. What a refreshingly clear video. The production value and the pacing of your voice is perfect. I will 100% be subbing
this is the best guide for the python functions on yourtube, ive watched soo many tutorials but they were all confusing till i came across this video, many thanks :)
This is by far one of the most clear explanation of functions I’ve ever seen and trust me I’ve seen a lot,thanks man
Sir the topic i have tried to read and or otherwise rote learn for the sake of exams for 100s of times, you just simplified in a 15min video! Thank you very much
What the heck, this is the most articulate python tutorial video I have ever seen! Don't mind me if binge all your videos.
Thank God I found this video. I watched a bunch of other videos, but this is the only one that explained it in terms I could understand. Thank you!
One of the easiest to understand videos, I've seen on functions. Thanks
the channel where learning Python is a pleasure ,thank you!!!!
you definitely explain this better than most people in youtube and anywhere else
Thanks! I spaced out during my class so I was confused about this concept the entire time. Came to youtube and found your video and I think I get it now
Your explanations are so clear, and simple, you are an undiscovered gem. You have a talent at explaining things.
The arrow animations and various type of examples made this video better than others
Thank you for this video. This is my second attempt for a university course that uses python. I never had a clear understanding with how def functions work. The professor has to cover recursion and it makes it inconvenient to understand functions. Hopefully this helps.
you are a teacher/messenger from the python🐍god ...i started off trying to learn python with mimo app which is great for beginners and i search all over google and youtube for basic python tutorial and you explain the best 💚💙💜
the best python tutorial i can find with subtitles excellent work
Very clear .... I deliver training and you are brilliant .... Recognising the talent of other people will not diminish my talent.
you're doing good work here i am starting to understand everything thank you very much
I am not able to understand function by any other video but after watching this video my doubts are crystal clear.
This is really a great online course which I have found for python for beginners
This is amazing. Your explanations are so clear, concise and very basic for any beginner to clearly understand the concept. You have a new fan here.
man, you are the best teacher out here.
Thanks. Showing how the program works with lines and arrows really helps
Thanks for this, the recap makes it so much more easier to understand
A very beginner-friendly video, thank you for your clear explanation, thanks a lot!
Your video are awesome and helpful. I love your content and the way of teaching. It is very simple.
Dot't stop making videos your channel is the best by far thank you for your help
I've been using your website which is sooo cool and easy. My senior suggest it to almost everyone. He has cracked his interview and took a job worth 30 lpa.
Thank You so much Sir. Your work means a lot to beginner like us!!
hope you are reading this, you just saved my life in school! thank you so much you are doing gods work!!! :)
I wish I was in your school. I am trying to learn python by myself and it is very hard. :(
The most underrated channel I every saw... Keep up the great work, man! Thank you for all these tutorials!
first day here, but one of the best tutorial video I ever seen, was having issues understanding def function but thanks to you now it's gone, sharing with my friend
thanks for teaching in such an amazing way....i cognize everything and performed the programming task successfully...and i was so blissed to see my output....all thanks to u sir......keep going...i assure u that i will continue programming in my future as my passion and my job as wellll........thanks a lot again..
damm! how so few comments? this content is gold!! Thanks you very much!
Example: Compute Grade of a Student
marks = ([ 55, 64, 75, 80, 65])
Sum = sum( marks )
average = Sum / 5
average = (int(average))
if average >= 80:
print ("You got A Grade")
print ("Your marks are" , average)
if average >= 60 and average < 80:
print ("You got B grade")
print ("Your marks are" , average)
if average >= 50 and average < 60:
print ("You got C grade")
print ("Your marks are" , average)
if average < 50:
print ("You got B grade")
print ("Your marks are" , average)
Shouldn't the last part be you got grade F instead of Grade B as it is less than 50
also you should use elif and else on there as well
Wow sir finally I got Best Channel To Lear python in eay ways you are to goos sir🔥👍
Thanks For teach us with power of your understanding skills
I just came across your channel today and I must say I’m highly impressed. I have been jumping from channel to channel just to understand functions and you have simply made me understand everything about it. Kudos to you. From now onwards inshaAllah, I will follow your channel everyday to know everything about python.
superb brother ............ i never understood functions in programming.......... today i am absolutely ok with it
One of best video...all topics cleared in whole video
The way you explain is 🔥🔥🔥🔥 I have seen almost 20+ plus videos none got me explaination like this channel.... I recommend this to my friends keep up sir❤️ Lot of love from Mechanical folks
Thank you very much. You have a special knack in teaching style. Keep it up. Pls I want to watch your series on python from the beginning.
I agree with below- you have heped me understand much better than my University! Welldone :)
This channel and Your website is an excellent repository for learning python. Excellent work with neat and clear explanation with proper explanation.
Thank you so much, that online run python will really help me. New subscriber🌷and the best channel i ever saw. Keep it up!
programing task
def add_numbers(n1,n2):
sum=n1+n2
return sum
def mult_numbers(x,y):
mult=x*y
return mult
num1=int(input("enter num1: "))
num2=int(input("enter num2: "))
sum=add_numbers(num1,num2)
print("the sum of",num1,"and", num2, "is " , sum)
mult=mult_numbers(num1,num2)
print("and the product of" ,num1,"and", num2, "is " , mult, )
Im kinda shocked, was having difficulties with functions and im only 6 minutes in and im just amazed that I understand everything his saying, yes I've heard of all the names before like parameter etc but I actually see it and understand it now. Thanks, subbed
Well explained!!! Now I understand it!
Thee BEST explanation by far !!! Thank you so much !!!
Thanks, been struggling with custom functions w multiple arguments but this seems pretty straight forward now, will hopefully just get more clearer with practice.
Thank you sir for making me to understand, before I was dull in the functions of python. keep up the good work.
Thank you so much your channel has helped me to get the correct understanding of functions
You couldn’t have explained this any better, thank you
Very nice one..... Precise and to the point
Thank you sir
The way you explain is too good👍
The most clearly explanation of this topic so far.
Thankyou so much sir. 🙏❤
Thank you very much. I successfully understand functions in Python, which were difficult for me before hearing your lecture.
Simply straightforward
wow, can believe someone can explain this good, you are a really talented teacher ,continue like that!!!
Clear, progressive and simple to follow. Good job!
What an explanation boss!
More to learn.
Crisp and clear❤
Hey Punit, thank you so much, I had a lot of doubts in function, I reviewed your website and video, it was very useful and understanding.
your explation is on next level...
Very, Very, VERY GOOD explanations!Thank you.God Bless
Thank you so much. I watched multiple videos and was struggling to understand User-Defined Functions and this video finally helped it to click in my brain. I love that you did the How It Works animation to show the logic behind it because now I get it. 😅
Thank you so much for this video! Out of all the content I've watched on Python functions yours was the most clear and understandable! Great work
Such a clear explaination ..I understood clearly
Thank you so much i'm understanding much better now.
I'm reakky grateful this has helped me alot.
Using the app and watching these videos just makes everything very easy, thank you for this, please keep doing the great work.
def grade(tm):
print("Your avarage mark is:",total_marks)
if total_marks>=80:
print("Grade A")
elif total_marks>=60 and total_marks=50 and total_marks
New discovery! Will subscribe right away. I got here through your website.
This is my code for the task that he assigns in the video.
I need your review, thank you!
def add_number(n1,n2):
result = n1 + n2
return result
def multiply_number(nu1,nu2):
result2 = nu1 * nu2
return result2
number1 = 50
number2 = 60
result = add_number(number1, number2)
result2 = multiply_number(number1,number2)
print("The sum is:", result)
print("The multiply is:", result2)
Is it correct?
You are Just Great ❤❤❤
Best Explanation Sir
Thank you very much
really you are a good and extraordinary tutor who helps any one with scratch explanation keep it up 👍💐
I am so happy I found this channel. Great coaching skills, thanks for sharing.
Oh my god this helped me SOOOOO much I can't thank you enough😭😭😭
I don't know how pay thanks for this Very easy and simple explanation and my all doubts are clear about the python function thanks sooooo999999... Much
If I can understand it from this video anyone can, brilliant job
You are my HERO. Million thanks.
Superb explanation. Learned immediately!!! Thanks brother for sharing this knowledge.
damn!!! this is the best python tut to come across. you are blessed, sir!
I love this brand, very helpful........
Sir thank u for making me to clear my doubts in function... I was literally confused abt this concept... Now it's literally quite interesting..
Only Programiz can give you QUALITY and CLARITY 💯
Thank you for this! Super helpful, very clear and structured and just the right amount of details. Great work, so glad to have all these free resources online!
Tutorial is as good as the programiz website.
Wonderful teaching♥️