13,420
edits
Changes
→PART 1 - Handling Errors
:There are a <u>massive amount</u> of exceptions (way too many to cover in this course). On the other hand, online references can be useful. If you are searching for a specific exception check out the [https://docs.python.org/3/library/exceptions.html#exception-hierarchy Python Exception Documentation.]
:In the this section, we will provide examples of how to handle a few exceptions when creating Python scripts.
:'''Perform the Following Steps:'''