# exception = events detected during execution that interrupt the flow of a program try: numerator = int(input("Enter a number to divide: ")) denominator = int(input("Enter a number to divide by: ")) result = numerator / denominator except ZeroDivisionError as e: print(e) print("You can't divide by zero! idiot!") except ValueError as e: print(e) print("Enter only numbers plz") except Exception as e: print(e) print("something went wrong :(") else: print(result) finally: print("This will always execute")
man, it's strange to say that but at first: thank you so much, i like people like you who help us a lot for free and also with a very good content i want to ask you to read about islam if u r not a muslim and try to read quran and Allah, i won't ask for more, just try reading about these topic in the intention of knowing the truth and following it. i just asked for this because i want to say thank your in a very good way, and i hope you don't get it wrong. btw keep this brilliant content and videos and thx again. take care
So.... you know when people say i wish i could like this video 100 times, well i liked it twice, once on my phone and once on my laptop where i was taking notes from. Bro? How you make that so easy when 50 minutes ago i was sweating this topic? Now i can move on with confidence because im a bro learner 😂 Thanks Bro ❤
@@damansomaiah6535A clear reason to not simply except all exceptions is that you prevent the original exception message from being presented to the user. "Something went wrong" is less useful to the user than whatever error message the underlying code would have given.
Best code teacher I've ever seen!!! I know it's prolly easy for you, but I learned more from 3 of your videos than I learned from a week of Chat GPT. Thanks my dude!!! Will like and sub!!!!
Fun fact: an inability to divide by zero is a myth. Common convention says you can't, and that's fine for most framings, but other conventions involve division by zero to equal either zero or infinity. All three options are 'correct' in their own way, with different advantages and disadvantages to each approach.
Thank you! This got to the point for a beginner like me and it was easy to understand and execute, without exception. Also, can I be a sis, rather than a bro?
Question from newbie: and how to do this on large file? i.e. do you create separate .py file to handle errors or we need to do it this way? Thank you in advance
If we want to only take the number part when there is an exception, we can say that the user entered the number 21a by mistake. How can we extract only the int part and ignore the string part?
# exception = events detected during execution that interrupt the flow of a program
try:
numerator = int(input("Enter a number to divide: "))
denominator = int(input("Enter a number to divide by: "))
result = numerator / denominator
except ZeroDivisionError as e:
print(e)
print("You can't divide by zero! idiot!")
except ValueError as e:
print(e)
print("Enter only numbers plz")
except Exception as e:
print(e)
print("something went wrong :(")
else:
print(result)
finally:
print("This will always execute")
Can we use elif instead of except??
@@arafatmohammadasifbamboowa2211 I don't think so, cause you can't print what kind of exception
man, it's strange to say that but at first: thank you so much, i like people like you who help us a lot for free and also with a very good content
i want to ask you to read about islam if u r not a muslim and try to read quran and Allah, i won't ask for more, just try reading about these topic in the intention of knowing the truth and following it.
i just asked for this because i want to say thank your in a very good way, and i hope you don't get it wrong.
btw keep this brilliant content and videos and thx again.
take care
this man in single handily gonna get me through my programming course
Best video I've seen on exception handling. Simple, clear, and straightforward.
So.... you know when people say i wish i could like this video 100 times, well i liked it twice, once on my phone and once on my laptop where i was taking notes from. Bro? How you make that so easy when 50 minutes ago i was sweating this topic? Now i can move on with confidence because im a bro learner 😂 Thanks Bro ❤
Watched some other tutorials which just weren't clear to me at all, but your tutorial made me fully understand it. Thank you!
You are excellent exception in python programming ... You explain so perfectly...thank you😁
Always great tutorials, never stop making excellent tutorials
2:00 damn so when websites say something went wrong its just the developers being lazy lol
Not really, it's practically impossible to cover every single possible error in a website, if you get the ones that are covered though it will specify
@@damansomaiah6535A clear reason to not simply except all exceptions is that you prevent the original exception message from being presented to the user. "Something went wrong" is less useful to the user than whatever error message the underlying code would have given.
Or you are not supposed to know, that might be bad for their PR
That is pretty easy to understand that I find my thoughts circling in the class. Thank you bro
Didn't know the term 'exception handling', but this video helped me tremendously after I typed in my problem. Thank you!
I just started to learn Python and i wanted to thank you for the good videos . Thanks !
Best code teacher I've ever seen!!! I know it's prolly easy for you, but I learned more from 3 of your videos than I learned from a week of Chat GPT. Thanks my dude!!! Will like and sub!!!!
The best video i have watched so far that explains exception handling in very easy to understand way. Thanks Bro, for the video
Thank you bro...because of you i have come this far .
Very soon I will cover this playlist.
Never stop making videos.
I will always be grateful to you
Fun fact: an inability to divide by zero is a myth. Common convention says you can't, and that's fine for most framings, but other conventions involve division by zero to equal either zero or infinity. All three options are 'correct' in their own way, with different advantages and disadvantages to each approach.
The official docs make a lot of sense now after this video. Thnx!
Nice! Glad my professor showed me this channel :)
I must say that this was an EXCEPTIOANALLY great tutorial video..!
Very easy to understand ....thank you so much😊
Hell yeah!👍 You are the best teacher I've ever found
Bro makes learning coding easy!!!
Thank you so much! This video helped to understand my homework!!
Your youtube channel + Programming for Everybody (Getting Started with Python) on Coursera, the best way to learn Python !
HOW LONG AGO DID YOU TAKE COURSERA'S COURSE?
thank you bro i made the mistake of not putting the input thingys inside the try statements and now i fixed it
Great way of explaination
😄
As usual, Bro nailed it 💪
this is the stuff I like on my UA-cam feed!! thanks Bro
your videos helped me alot, thanks man keep it up :)
Explanations so good I fail NNN from coding euphoria
good
Pre-eminent tutorial !! Thank You
Thank you bro,watching from republic of mindanao
your the goat of this generation ;)
ıdk what to comment but here is one to support you bc you support us big guy
2:55 the most Dwight Schrute thing I've ever heard 😂
😂😂😂I was going to comment the same, identity theft is not a joke!!!😂
@@FaizanShaikh-dq1fs Beets, Bears, Battlestar Galactica
@@laurabassino6721 "Micheal Micheal " lol , btw did you complete all python course of bro code?
@@FaizanShaikh-dq1fs not yet
@Laura Bassino 🤣🤣
Nice explanation, thanks for the video
Bro Code ,you're the best
These videos just cannot be disliked ❤
May God bless you for this!
amazing man this is what i was looking for.
Great lecture 🤯
You are grateful
You rock...Keep up good work
very nice class
Nice work. Thanks!
Absolutely great
Dude YOU ARE THE BEST EVER!!!!
Thank you Broseph Broestar
Thank you! This got to the point for a beginner like me and it was easy to understand and execute, without exception. Also, can I be a sis, rather than a bro?
amazing !
Thx for teaching
🎉🎉🎉
love your vids
thanks man you realy are hero for real
Much appreciated
Thank you!
Quality content bro
I FINALLY CATCH IT THANKKKKS ...
amazing😍😍
exceptional 😀
i learned a lot, thanks
Nice
Thanks.... God bless you....
Thanks!!🌷🌷
Thank you!!
Good vid once again🙂
well explained
I like the "You can't divide by zero! Idiot!" I had just finished typing "You fucked up hard" to print under 'except Exception:'
Thanks bro!
print("Thank you Bro Code")
So cool
Great!
good tutor bro
Thanks for the video bro
great vid!
Do game developer always put their entire codes inside a try-except-finally block?
thanks for this video 58 more videos to go
Question from newbie: and how to do this on large file? i.e. do you create separate .py file to handle errors or we need to do it this way? Thank you in advance
Bro so underrated
Thanks,bro
niceeee😍
bro is cooking man
Nice Video!
NICE!
something went right👌
Bro you are awesome
Is finally block is useful?
We can also add a statement in last also
Duuuude this video was awesome 👌 👏 👍 😍
Thanks bro ❤️
Thanks dude
Thanks
thank you
Thanks bro
U r legend!
If we want to only take the number part when there is an exception, we can say that the user entered the number 21a by mistake. How can we extract only the int part and ignore the string part?
good teach🍕
Wow!
The best
print("You are a legend")
love u bro
thank you........