Proper error handling can make your Python code simpler, more readable, and idiomatic. Here are 7 tips to help you.
Articles on anti-patterns
Errors should never pass silently
By Bob Belderbos on 18 January 2017
In this article some important anti-patterns regarding error handling and how to solve them making your code more Pythonic and easier to maintain.