Exceptions in python are error thrown by syntactically correct statements. They terminate the execution of the script. Some example of exceptions are NameError, TypeError, AssertionError, ConnectionAbortedError, etc. These abortions can be handled to prevent the script from terminating unpredictable. Description of all python exceptions can be found here. This tutorial covers the following examples: Python [...]
 
My name is Ramesh Natarajan. I will be posting instruction guides, how-to, troubleshooting tips and tricks on Linux, database, hardware, security and web. My focus is to write articles that will either teach you or help you resolve a problem. Read more about