Software crash: exception handling in python

Exception handling is a mechanism provided by programming languages to create robust software. A robust software handles errors and wrong inputs so the software doesn’t crash. In this article, I’ll show you how to do exception handling in python. Why is important to create robust software that doesn’t crash? All of us probably experienced a … Continue reading Software crash: exception handling in python