Exceptions in Python are pretty easy to solve if you know what you are doing. This video shows the 3 steps to follow that can be used to solve any exception that might occur while coding in Python!
Main Article:
Python: Details contained in an Exception
https://embeddedinventor.com/python-details-contained-in-an-exception/
Related articles:
1. Print just the "Exception Message"
https://embeddedinventor.com/print-just-the-message-of-an-exception/
2. Print just the "Exception Name"
https://embeddedinventor.com/python-printing-exception-type/
3. Print just the "Stack Trace"
https://embeddedinventor.com/python-print-stacktrace-on-exception/
Related video:
Fundamentals of Exception (link to be updated)