In this tutorial we will look at the purpose of exception, types of exceptions, why it is important to include exceptions in your python programs and where in a python program you can include exceptions.
Build a Python Command-line Program Using OOP
In this tutorial, we will look at how to build a python program users can make use of to record memorable events in their life using object-oriented programming concepts in python.