Python Tutorial for Beginners 2021 - Errors - Handling Exceptions

preview_player
Показать описание
Hey guys, this is the 29th video for my Python's tutorial course for beginners. We will be covering all the basics about Python including installing and setting up the development environment, variables, data structures, iterations, conditionals, operators, error handlings, functions, classes and many more. The aim for this tutorial is to provide with a solid foundation layer for Python and programming in general so that we can proceed to more advanced level Python tutorials and also look into different application areas of using Python such as web development and data science.

This video is the second video out of four for Python errors. In today's video, we will continue to talk about the Python errors, focusing on exceptions. Exception is one of the error types in Python and is being raised when Python's interpreter cannot complete the execution even when the code has the correct syntax. In the previous video, we've talked about handful of exceptions, so in this video, we will be talking about how to handle those exceptions using try, except, else, and finally statements.

=============================================================

Timestamps:

00:00 Introduction
00:37 What is try and except?
03:45 Working with Exception class
06:46 Handling exceptions individually
08:53 else and finally



=============================================================

=============================================================

GitHub link:
=============================================================

Рекомендации по теме