Core Python: robust resource and error handling
Core Python: robust resource and error handling, by Austin Bingham and Robert Smallshire, is another course in the Core Python learning path in PluralSight.
This mostly covered custom and chaining exceptions, the exception hierarchy, and using the with statement, as well as context managers.
Overall, pretty interesting. A bit longer than necessary, though - even at 1.2x.
Comments