Advanced Exception Handling in Python

Advanced Exception Handling in Python

NeuralNine

1 год назад

51,032 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Amani5576
Amani5576 - 22.08.2023 16:55

Thank you so much. You are honestly a very useful and coherent source for beginners, professionals, and all in-between 👍🏾.

Ответить
Rıfat Efe Helvacıoğlu
Rıfat Efe Helvacıoğlu - 28.07.2023 22:40

i watched this from many channels none of them included what finally does

Ответить
Eseajid Ekpu
Eseajid Ekpu - 06.07.2023 12:41

HE NEEDS TO LEARN HOW TO EXPLAIN MORE THOROUGHLY

Ответить
vihan valizade
vihan valizade - 04.07.2023 10:18

that was perfect
thanks

Ответить
Mike 23
Mike 23 - 28.06.2023 15:07

this guy is great, thank you for the video

Ответить
Harry Crab
Harry Crab - 10.06.2023 07:20

Great video. I’m interested in more advanced topics like implementing traceback, if/when to subclass Exception, and custom errors.

Ответить
eng
eng - 10.06.2023 06:58

whats the difference between else and finally block ? they kind of do the same thing.

Ответить
Jay Lee
Jay Lee - 28.05.2023 01:23

This is a great video for understanding the try/except usage in Python. Creating a good knowledge of the fundamentals is essential. Nice work! Thank you.

Ответить
Schrom Programmiert
Schrom Programmiert - 20.05.2023 10:38

First of all, thanks for this video :)

Now my comment :D
I think its a good practice to avoid these try catching if possible. For example if you already know a division by zero could happen, you can check it and if it would be the case you can throw an exception by yourself.

Ответить
Ngoanakadi Mahoma
Ngoanakadi Mahoma - 26.04.2023 22:48

😍😍😍

Ответить
Saumya Sengupta
Saumya Sengupta - 21.04.2023 22:42

This should not be labeled as advanced exception handling because it is missing topics like exxeption chaining, traceback, exception hook, signal handling etc

Ответить
Martin Strnad
Martin Strnad - 21.04.2023 18:48

I think it's wrong for the exception handling video to show printing errors to stdout instead of stderr.

Ответить
beliakovdev
beliakovdev - 02.03.2023 17:07

Glad to watch concise and at the same time such an informative video.💥

Ответить
A Murara
A Murara - 26.02.2023 05:48

tks man, u are great

Ответить
Eduardo Díaz
Eduardo Díaz - 19.02.2023 16:14

is this what you call advanced? 🤣

Ответить
No one
No one - 11.02.2023 08:41

I am truly amazed how much knowledge you have and how well you transmit it.
Every video is truly appreciated, thanks a lot for saving me and thank you in advance for all people that you are going to help in the future 📈

Ответить
rhambo snax
rhambo snax - 11.02.2023 08:32

Thank you very much. I was really looking for this and you just uploaded it

Ответить
Paul Thomas
Paul Thomas - 10.02.2023 12:41

Thanks - very useful !

Ответить
Alexander
Alexander - 10.02.2023 09:33

Keep doing what you are doing. You aren’t popular. But people care and watch. You are doing good

Ответить
Phil Toa
Phil Toa - 10.02.2023 09:10

Thx_.

Ответить
efox29
efox29 - 10.02.2023 06:53

Every video is a banger.

Ответить
Left Blank
Left Blank - 10.02.2023 04:57

If you re-raise an exception, you should generally do it so: "raise from e". Internally, it sets a few flags and references the original exception.

Ответить
n/a
n/a - 10.02.2023 02:50

Whack

Ответить
only play
only play - 10.02.2023 01:45

Also if you create a class in Python, in its methods you should (catch and) raise some exceptions (if something goes wrong) and catch them in the main function of your program.

Ответить
kamel boudaoud
kamel boudaoud - 09.02.2023 21:10

thank you for all this and i want you make a video about qiskit

Ответить
Brennmeister
Brennmeister - 09.02.2023 16:52

Is it possible to have something like a watchdog? That checks every 5 sek if a program is still running.
And is it possible to restart a thread if an error raised an failure.

Ответить
Real Giga Chad
Real Giga Chad - 09.02.2023 16:45

Can you make a video about pynecone ?

Ответить
Aswin Mathew
Aswin Mathew - 09.02.2023 16:34

I want to ask a doubt about the neuralintents package

Can I put a default command like for example if the message I gave dosent match any of the patterns I have listed on the intents file do something or say something as default?

Ответить