Telegram Group & Telegram Channel
photo_2020-12-11_12-52-03.jpg
23.2 KB
Exceptions

Що такое exceptions, try-except?
В Питоне определен главный класс BaseException, от которого наследуются все остальные классы ошибок. У него есть четыре прямых наследника:
SystemExit – произошел выход из программы.
KeyboardInterrupt – пользователь прервал выполнение программы (комбинация Ctrl+C).
GeneratorExit – завершена работа объекта generator.
Exception – родительский класс для пользовательских исключений.
Можно ли оператор raise использовать без исключения которое мы генерируем?
Можно только внутри блока except, когда он может взять этот тип из except.
Используется для возможности дописать что-то перед исключением.

Exception chain
Когда происходит exception во время обработки другого.

Exit() перед finally
Finally сработает

Нужно ли всегда except?
Нет, можно try finally

Почему не нужно писать except без указания ошибки?
Потому что нельзя определить конкретную ошибку. Можно исправить except Exception.



tg-me.com/python_interview/7
Create:
Last Update:

Exceptions

Що такое exceptions, try-except?
В Питоне определен главный класс BaseException, от которого наследуются все остальные классы ошибок. У него есть четыре прямых наследника:
SystemExit – произошел выход из программы.
KeyboardInterrupt – пользователь прервал выполнение программы (комбинация Ctrl+C).
GeneratorExit – завершена работа объекта generator.
Exception – родительский класс для пользовательских исключений.
Можно ли оператор raise использовать без исключения которое мы генерируем?
Можно только внутри блока except, когда он может взять этот тип из except.
Используется для возможности дописать что-то перед исключением.

Exception chain
Когда происходит exception во время обработки другого.

Exit() перед finally
Finally сработает

Нужно ли всегда except?
Нет, можно try finally

Почему не нужно писать except без указания ошибки?
Потому что нельзя определить конкретную ошибку. Можно исправить except Exception.

BY Python. Собеседование. Книги.


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/python_interview/7

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

Telegram Auto-Delete Messages in Any Chat

Some messages aren’t supposed to last forever. There are some Telegram groups and conversations where it’s best if messages are automatically deleted in a day or a week. Here’s how to auto-delete messages in any Telegram chat. You can enable the auto-delete feature on a per-chat basis. It works for both one-on-one conversations and group chats. Previously, you needed to use the Secret Chat feature to automatically delete messages after a set time. At the time of writing, you can choose to automatically delete messages after a day or a week. Telegram starts the timer once they are sent, not after they are read. This won’t affect the messages that were sent before enabling the feature.

At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?

telegram from id


Telegram Python. Собеседование. Книги.
FROM USA