Errors and Exceptions, Guido van Rossum and the Python Development Team, 2024 - The official Python tutorial section providing a foundational explanation of syntax errors, runtime exceptions, and their fundamental differences, along with an overview of built-in exception types.
Python Crash Course, 3rd Edition, Eric Matthes, 2023 (No Starch Press) - A beginner-friendly book that dedicates a chapter to understanding and handling errors and exceptions, offering clear explanations and practical examples suitable for new programmers.