Error handling in Python: part 1

Errors are a part of life. Thus, it makes sense to plan for them and minimize their impact. A computer program that has an unwanted behaviour is said to have a “bug”. These types of errors should be fixed before the code is used and shared with others. Other types of errors cannot be avoided, but the clever coder can
Read more