Advanced Python- Exception Handling Detailed Explanation In Python

preview_player
Показать описание

Starter In Data Science

1 Complete Machine Learning Playlist:(Top 24 videos)

2 Statistics in Machine Learning:(Understand some Concepts With Respect To Data)- Complete Playlist

3. Feature Engineering(Complete Playlist)

4. Continue The Complete Machine Learning Playlist(24-all the videos)

5. Live Stream Playlist:(Top 10 videos)

6. Machine Learning Pipelines

7. Complete Deep Learning Playlist:

8. Live Projects Playlist:
Рекомендации по теме
Комментарии
Автор

Errors can be corrected during compilation of source code or even at runtime. It can syntax error or semantic error. Exceptions are caused during run time when the interpreter gets some unexpected data. They are handled using try and except technique. Hey Krish, just wanted to say Thanks a lot for uploading these amazing videos. I've recently started watching your playlists and I really feel confident and motivated about my Data Science journey.

pushpitkumar
Автор

Errors could be identified & corrected during compile time; whereas Exceptions can be only identified during run time and can be handled with try catch

chaitanyamallepudi
Автор

Errors can't be handled whereas Exception can be handled during run time!

nandhakishore
Автор

Error is that you will get at compile time and exception is basically occur at runtime

rohitshinde
Автор

Hi Krish! Thanks a lot for creating awesome Videos, they really helped me to grab my first data science job. Please create videos on Adv. optimisation like genetic optimisation And simulation

wasifsheikh
Автор

error = We take error as the program syntax is gonna wrong somewhere or something.
Exception = It basically means that the thing is out of the league for the program
example:- we make a function to find the number is even or odd and when the user gave input it gave the string which is out of the league for the defined function. It through an exception

divyanshusharma
Автор

Respected sir,
I am new to the whole concept of machine learning and would like to learn it to an extent that I will be able to do some real world project in my collage using ML.. I just wanted to know if this playlist will serve my purpose sir. And by the way, your teaching is excellent...its just like how a friend teaches stuff...Thankyou!

abhinavm
Автор

Hi sir, how can I have a conversation with you. I have some issues regarding academic and personal. Please if you have time, give me some indications.

abuazfaar
Автор

Can any one help me how to get numbers for each lines in python as shown in the video....

Got it

View--> toggle line number

gopinathkaki
Автор

when an error occurs, it stops the execution of the program abruptly, where as exceptions can be handled and helps us to exit the program gracefully.

Chittema
Автор

Thanks lots for your amazing tutorial .
Sir I am requesting you please make videos regarding data structure and algorithm with real life examples.

dataanalyticsfun
Автор

Error stops programme once it happens whereas exception handling is for defining various scenarios if they happen user understand the mistake well.

rajnigoyal
Автор

Compile time is concerned with preparing the code for execution, while runtime is concerned with the actual execution of the program.

navalsehgal
Автор

Exception handling is not an advanced concept. It's also pretty useless in most cases. What an exception usually tells you is that you made a software design mistake. For bugs that you can anticipate it can be used as a catch-all debugging tool. Good design never even gets into that kind of mess. The main scenarios where you absolutely need exceptions are if have to work with incomplete APIs that do not let you guarantee correctness by design (i.e. other people's bad software design) and then in situations that change in real-time in which the code can never anticipate what will happen.

lepidoptera
Автор

Amazing, I always use generic exceprion. Came to know how to use diff types of exceptions. ❤

jagadeeshabburi
Автор

Sir,
I sent message on telegram.
Please reply

ashwinkumarbhagwat
Автор

error - systax error occured on while compile our code, exception is errors while execution

basavarajag
Автор

Error mainly happens during run time .. it belongs to uncheck type but exception can happen during runtime as well as compile time also and ofcourse exception can be handled but not the error.

ramshankarkumar
Автор

great stuff Krish. Learning something important everyday from you. Can't thank you enough.

spicytuna
Автор

Sir can you plz make videos on exercises related to python for beginners, intermediates and advanced

pragyamsoni