У нас вы можете посмотреть бесплатно Error handling (try-except), logging, and debugging in Python или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn about error types in Python, handle them with try-except statements, debug them, and make your algorithm write its actions to a logfile with materials provided at https://hydro-informatics.com/jupyter... The jupyter notebooks can be git-cloned (or zip-downloaded) from the course repository at https://github.com/hydro-informatics/... Here, I use the jupyter notebook named b02-pyerror.ipynb from the course repository. Lecturer: Sebastian Schwindt -- Contents of this video -- 00:00:50 - Error types 00:04:31 - Exception handling 00:05:43 - Try - except example 00:09:25 - Logging and logfiles 00:14:01 - Debugging