Error handling in python: part 3

Thinking of where our program might go wrong is never ending. However, there are situations where you can predict the most common types of errors and plan for their occurrence. In this post we will learn how to test for specific error exceptions in Python. Different types of errors As part of this series of tutorials (1, 2), we have
Read more