This document summarizes exceptions in Python. It discusses try and except clauses that allow code to handle and respond to exceptions. Built-in exception classes like AttributeError, ImportError, and IndexError are described. Examples are provided of using try, except, and finally to open a file, run code that may cause an error, and ensure the file is closed. The document was prepared by a trainee at Baabtra as part of a mentoring program.