Introduction to Designing for Failure
Get an introduction to designing for failure in Python.
We'll cover the following...
Exception handling
Exception handling is one of the most brushed aside aspects of computer programming. Errors are complicated to handle, and often they are unlikely, so developers always forget to ...