Programming

Exception Handling Concepts in Python

Error Handling with a try, except, and finally keywords

Amit Chauhan
Towards AI
Published in
4 min readApr 2, 2021

--

Photo by Markus Spiske on Unsplash

In this article, we will discuss error handling in python with a try, except and finally keywords to handle file and data management.

In general, the errors describe in these three categories as shown below:

--

--