Better content here than most paid-training content.
@iman20204 жыл бұрын
Exactly
@isharadhanushka76434 жыл бұрын
damn right
@sujithnair2324 жыл бұрын
Totally Agree
@pengli11754 жыл бұрын
Yep
@satyamvats54383 жыл бұрын
Exactly. These people helps us to go further even if we are not affordable of paid courses 😊
@paul86837 жыл бұрын
You sir are a gift to amateur programmers.
@WasiMaster4 жыл бұрын
@Abishek Raju Utoobguy
@ciaocomestai23723 жыл бұрын
@@xfire3778 how your programming status?
@ciaocomestai23723 жыл бұрын
@@xfire3778 Wow, you learned a lot, gg
@REVIEWSGALATTA Жыл бұрын
Aiyoo namma mind Anga pogudhe 😂😂
@AGMS1234 Жыл бұрын
@@REVIEWSGALATTAVanakkam nanbare
@waynenewark53632 ай бұрын
I'm a retired mainframe developer just starting out using python. Thanks for this helpful video.
@johnvictorengland77036 жыл бұрын
Finally somebody who explains it well, in proper English and concisely.
@panicbydesign73157 жыл бұрын
I have been looking everywhere and just could not wrap my head around multiple exceptions. Your explanation is succinct and well demonstrated. THANK YOU! I will be going back and watching the rest of your tutorials.
@FeedFall85 жыл бұрын
i know right dude!
@ShivamSingh-bx5lg5 жыл бұрын
Did you get the job?
@mohammedalzamil71914 жыл бұрын
hey did u get better / continur with coding?
@twattusbobble98452 жыл бұрын
I have just been battling all day with coding challenges in MIT intro to computer science for the error handling section. I've watched this video once and I now get it perfectly. You're really really good at explaining stuff!
@kimcato53265 жыл бұрын
I love your videos! They are very well explained and short... better than my professor's. I am writing better programs because of your videos. Your videos are a GOD send.
@opiyosebastian5 жыл бұрын
Thank you Corey....I continue to follow and grow as a self made developer. You my best teacher!!
@iamgalaxey6 жыл бұрын
My class doesn't explain this as well as you do i was able to easily understand this after watching this video. thank you!
@Xaminn4 жыл бұрын
*Puts entire project inside a Try and Except block*
@narenmohan34264 жыл бұрын
LOL XD
@kwan0984 жыл бұрын
we're not suppose to do that? uh ohh
@mohammedalzamil71914 жыл бұрын
so where did u get in programming?
@Xaminn4 жыл бұрын
Mohammed Alzamil I have built a couple of small applications. Real estate web scraper and some audio analyzer software thing. However, it’s complete spaghetti code. Any other programmer would probably laugh lol
@mohammedalzamil71914 жыл бұрын
@@Xaminn lol ive been coding for about a month and built a coronavirus tracker and an ig bot that likes stuff and im currently upgrading it also built some shit witth tkinter using apis and shit
@dp08135 жыл бұрын
word = 'currupt' try: if word != 'corrupt': raise ValueError except ValueError: print("Corrupt is spelled wrong!") >>> Corrupt is spelled wrong! :-D
@asiddiqi1235 жыл бұрын
LOL!
@rohanghoshdastidar10474 жыл бұрын
N I C E
@TaiwanBnB4 жыл бұрын
hahahaha
@ineedsolution5 жыл бұрын
This the best explanation of try / except concept ever.
@mohammedalzamil71914 жыл бұрын
did you get better with coding it's been a year
@sammavrs2 жыл бұрын
always a great feeling when my "professor" links your videos. STUDENT LOANS HERE I COME!!
@genem56592 жыл бұрын
7 years later, this tutorial is still helping people! xoxo
@michaelhagans9654 жыл бұрын
Awesome. Thanks for clearing that up for me. You can also raise your own custom exception such as: 'raise Exception('This is a custom error you can create.')
@cibelless5104 жыл бұрын
Always a surprise video. Other guys are good too, but they are a little confuse some times. But you always very clear such as ...Begin --- middle ---End....Good for you man.
@nitkap4414 жыл бұрын
You are awesome. As I had remarked in another of your video, you are the most efficient learning resource... Each minute is worth it. In other places, I feel like a 30 minute video should ve edited to 15-18min so that I can get the real stuff... Here I get every minutes worth... The learning is very very efficient for me!
@younghwanchae14224 жыл бұрын
The way you teach how to program is so great, not to mention the contents.
@morteza1736 Жыл бұрын
5:24 THIS IS MUCH MORE EASIER THAN READING TRACEBACK ERROR!!!!!! Thank you So much
@alalhaj2202 жыл бұрын
this is exactly what i was looking for, instead of defining all of the exceptions i wanted to print a message when an unwanted value was the input
@peschebichsu3 жыл бұрын
Your video are many years old and still on most of the topics one of the best resscource, thanks a lot!
@soumyazyx5 жыл бұрын
Thank you Corey for your time and effort. Keep spreading the knowledge.
@blossoms2uАй бұрын
Thank you !! feeling bad i found this treasure 8 years later , still happy that i have found it now !
@navidmohammadzadeh21416 жыл бұрын
The best tutor ever! The best in the world! Thank you so much!
@A.O.U3 жыл бұрын
This is how you learn something in 10 minuteS. THANK YOU SIR , your explanation is AMAZING.
@hollyjo1618213 жыл бұрын
Had to donate - I've watched your Channel ALL Day. I have learned more than I deserve. Thank you!
@edgarlip25 жыл бұрын
awesome as usual !!! just wanted to add some little detail about the raise , u can do it like if(name == ''): raise Exception('name is empty , please specify a name !')
@Sneaadler2 жыл бұрын
I love that you, visulize this with a real error insted of faking one
@abdelhadialhnsh72287 жыл бұрын
I have looked around to understand this topic and finally, I found the best explanation ........good job ...please keep going and share more tutorials
@coreyms7 жыл бұрын
Glad it helped make sense of the topic :)
@danielgerman47574 жыл бұрын
This type of good explaining that you do, should be taught to teachers! Thank you for all your hard work and dedication.
@bikeshtiwari5 жыл бұрын
You made me learn many concepts in python. Ur awesone teacher
@dakota55694 жыл бұрын
I could watch this perfectly at 1.75 for a quick recap/rundown. Take my like
@DonDynAyt7 жыл бұрын
Hi Corey, I just wanted to tell you how much I appreciate your videos. You're doing a great job, clear and concise. Thanks!
@kdSU30 Жыл бұрын
1:21 2:40 4:34 the most crucial messages of this video!
@marcello42583 жыл бұрын
best tut in regards to this topic on YT this seems also to be the case for other languages not only for python
@alexandrucretu10165 жыл бұрын
Your videos are very helpful, Corey! tyvm Also, just to point out that it is better to close the file (f.close()) within the finally block, because it will be executed anyway, while the else block runs only if the try clause doesn't raise an exception.
@uzomaobasi37675 жыл бұрын
do you know why an exception is thrown when he mislabels the file name? and not the FileNotFoundError? It says ErrNo2 but shouldnt it be ErrNo1?
@JUDOGAR3 жыл бұрын
Excellent! Loud and clear!!!! More than most of the paid courses...Thanks a lot Teacher Corey!
@junaidjawedkhan58886 жыл бұрын
This is the best explanation I've read! - Thank you!
@crazyvashisth5 жыл бұрын
Now that's how to explain. Well done Corey😄😄😄😄🍻
@VelezBiH7 жыл бұрын
Thank you for explain the error handling in python. You are my favorite KZbin teacher on python!
@danielEpifanov4 жыл бұрын
probably most informative video on youtube
@paulmk22904 жыл бұрын
Seriously, you should consider putting together a course on Udemy, or the like. I am here now because the instructor on the course I am currently doing assumed that I knew everything you just explained. Also, I note that you covered what you are doing properly and thoroughly. Not everybody is capable of doing that.
@PHXKHEEDGAMING Жыл бұрын
😹😹😹😹😹😹😹😹😹they always assume what they are supposed to be teaching
@martinh909927 күн бұрын
Thanks..saved me hours of work!
@josekodek49386 жыл бұрын
You have helped me really a lot in learning programming Allah Bless you Mr.Corey Schafer
@sixie6e4 жыл бұрын
other python videos, the person just narrates what they are doing without successfully explaining the concepts behind it. this is why you need to watch corey's videos. he doesn't make videos to show others he can code, he makes them so others can LEARN!
@brolord12882 жыл бұрын
That moment when you like a video you already liked :) Great tutorial, thanks!
@jhpk44957 жыл бұрын
Thank you so much thats what i need for my program! and also you helped me in mastering python! keep up the great work!.
@user-pe9qg3hg3k2 жыл бұрын
I saw a video before where someone said that to use try: / except: was bad because they said if something fails it should just break, but they totally missed the point of it. Try except is super useful when paired in while loops with booleans to determine whether user input is able to be converted with no issue, for example
@Parvej6695 жыл бұрын
Thanks for the video. I learned Exception handling from here.
@gledhillholdingsptyltd26546 жыл бұрын
Best Python tute on the web
@soroushsoltani9192 жыл бұрын
Your nice sir ! i was absent in the classroom but i had the opportunity to learn it here
@Kelvo9809086 жыл бұрын
Thank you! Much better than how my professor explained it.
@kenrosenberg88354 жыл бұрын
Short and simple, great video
@urbandude8237 жыл бұрын
I've been trying to learn how to do a working try/except for like a year, and nothing made sense until now. Thank you!
@austinmorara7954 Жыл бұрын
commenting seven years later😂Thank you for creating this video, Its really helped me understand Exceptions better.
@rezamostafid88102 жыл бұрын
Corey: very clear and useful introduction of all the main features and caveats....better than the Python book I'm current using to learn python. I'm not sure if you did this intentionally but you mention some points at the beginning ( and also later on ... ) that provide the motivation for exceptions to begin with. This in turn allows much better understanding of the 'else' and 'finally' clauses as well as the 'raise' Thanks for clearing the fog in my head!
@MK1985-z7k5 жыл бұрын
Excellent explanation as to when to use this.Also by showing an example the concept just sits in head :-) Good job Corey
@alainkr4 жыл бұрын
Why would you unlike this video. Don't understand. Thanks Corey
@julijanaskova4385 жыл бұрын
Very clearly organized and explained, thanks!
@Assanken9 жыл бұрын
The most vivid and comprehensive explanations ever! Great videos.
@oluwatobilobaadeyemi20082 жыл бұрын
This is a great. Simple clear concise.Thank you
@ab58483 жыл бұрын
Thanks a ton Corey🙏 I hereby pronounce you as my ultimate Guru🙏
@SuperMechtronics4 жыл бұрын
This exception video is exceptionally excellent
@silverflash16757 жыл бұрын
explained very well! thank you
@ViralKiller4 жыл бұрын
raise Exceptions lol, I just want to get rid of them all
@andrey16524 жыл бұрын
Lol imagine having errors pfffff
@aerahtv00003 жыл бұрын
i honestly hate try/catch and all that jazz, in c++ i could atleast choose, to use them or not, i made my own testing functions and it was better, as it was straight forward, specific to my project, doesn't clutter the code and little bit better in terms of performance. Now i'm learning python and looks like the only way to deal with errors in this language is this shit
@shiro39403 жыл бұрын
I just want to confirm that I undestand it correctly. so the "try" code, is trying to execute the code we want. if there's an error, the "except" code is for catching that. if the "try" code did not throw any error, the "else" code gets executed, and this is where the next step of the code executed inside "try" should be doing next. "finally" will execute regardless if there's any error or not.
@terguunzoregtiin87915 жыл бұрын
Hope I saw this earlier. And I have a question, when should we use exception handling? When opening file or handling user input, I know we should use it. But on other circumenstances, I'm not sure. So could you please explain when it should be used? Thanks in advance.
@officesuperhero96116 жыл бұрын
Another awesome video, Corey! Amazingly clear and concise. Thank you.
@mathieuseligmann94884 жыл бұрын
Thank you so much !!!! You have just helpt me a lot !!! 10 minutes and learning so much that is so great. Again thank you very much.
@niteshtiwari18286 жыл бұрын
Best explanation about exceptional handling
@chaitanyayeturi13123 жыл бұрын
First of all, your teaching style is good, and anyone grabs ur teachings easily, and thanks for teaching us. you are the best tutor I have ever come up with in python language. can u suggest any python language book, which is best to go through other than your channel? Moreover, I am a beginner to python language I thoroughly enjoyed ur videos, if u can suggest me best python book to ur sensibility and I guess it suits me and it helps me to learn further (I like physical like books). In case if u written any books related to this language can u suggest one (or) your favorite book, please......................................
@satyamvats54383 жыл бұрын
Very Nice ! You understand us each & every deep concepts of the functions.
@akinkanju96539 жыл бұрын
Corey, thanks for these useful videos. I've watched all your videos about Python. Please consider covering scraping and regular expressions. Cheers!
@coreyms9 жыл бұрын
+Seun Ade Thanks for the suggestions! I'll try to put some videos together on those topics.
@r01blue3 жыл бұрын
Best ever video!!! Trank you!! Regards from Argentina.!!!!
@aayushgarg124 жыл бұрын
Thank you so much Corey sir. Your video helped a lot. Your video made my concepts clear about try/except.
@koteswararaogudla26757 жыл бұрын
Loved the way when you started with pass statements dude.. thank you
@SquidScopes3 жыл бұрын
from five years later, this is still useful.
@MrVwin8 жыл бұрын
Perfect Tutorial. Thank you Corey
@boombot96154 жыл бұрын
good explanation, cleared almost all of my doubts
@tobyladeoghenetega4793Ай бұрын
Incredibly useful video So that was why my code kept running the except block even with the right input😅
@manjitsingh11245 жыл бұрын
Thanks for the lesson Corey !
@SK-gn3rs3 жыл бұрын
I like the video even before watching...when I see it is your video....
@nikolahuang19197 жыл бұрын
too good. So clear and no strange accent.
@ymany32774 жыл бұрын
amazing video and very simple and clear explanation.
@ramasubbareddy61477 жыл бұрын
superb explanation on exception handling in python
@michelkant6 жыл бұрын
This is so interesting and makes it nicer to experiment with code. The question then becomes: Don't you use this everywhere in your code?
@202ashish2022 ай бұрын
Boss...you are exception for 'all paid videos explanations' 😉
@adamsmith53747 жыл бұрын
This video helped me a great deal to wrap my head around this topic. Thank you very much!
@secure_the_bags6204 жыл бұрын
Man thank you for making this video. I finally understand!!
@rycitomorell59453 жыл бұрын
You are a real life hero!
@MauriceWilliams3 жыл бұрын
YEEEESSSS! Soon I will have great awesome superpowers (from knowing how to code).
@snssatyabhagavan4 жыл бұрын
thank you very much for this video i am struggling with it from so many days
@szenghoe6 жыл бұрын
Thank you very much! your tutorial series is really helpful!
@FeedFall85 жыл бұрын
This video Helped ALOT! in my game development
@migueldomingos45704 жыл бұрын
What are you using to make game dev in python ?
@tinylittleanj24 жыл бұрын
Miguel Domingos probably pygame
@MohaDou4 жыл бұрын
with python ? o_0
@FeedFall84 жыл бұрын
Its pygame :D, btw pygames pretty good for 2D games, you just need to write efficient code to get 200+ fps on complex games
@RomanReigns-ds8hs4 жыл бұрын
Awesome content !! Thanks for these videos.
@SJ-vc2tz4 жыл бұрын
Very clear explanation, thank you!
@akanimoakwa18927 жыл бұрын
Thanks bro. You explained the topic so well. I am really grateful.