Python 2.7 Tutorial Pt 9

[ad_1]
I’ll explain how to perform error catching inside of Python 2.7. I’ll specifically review how to:
* Raise your own exceptions
* Catch any error, so that your program doesn’t crash
* Review all of the possible errors that can occur in Python
* Review the most common errors to look out for

Code is here


Posted

in

by

Tags: