Error Handling - Intermediate Python Programming p.23

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=7-2rNHi9EfU



Duration: 6:11
13,598 views
209


In this tutorial, we cover a method for handling errors in larger programs, since, normally, if you just return the str(e), the error is relatively minimalistic, and you may actually want to grab more information. For this reason, we're going to use the sys module to get more information from the exception.

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex







Tags:
error handling
logging
debugging
debug
python
python 3
tutorial
intermediate
introduction
programming
Object Oriented Programming
Class
OOP