Sunday, January 26, 2014

Exceptions

This week our class learned about exceptions. Exceptions are things that handle rare things or errors in a program. The default program in python is to terminate the program (have it crash). However, this week we learned of what different ways to handle exceptions. We also learned about exception handlers and how to create them.

I found the lessons, on exception, to be fairly straightforward and easy to follow. However later when I was reading over the notes I found that exceptions are a bit more complex than I originally thought. Although, examples done in class, also going over them after class , helped further my understanding. As such currently I feel that I would be able to implement a program with exceptions.