Monday, 27 January 2014

LABS AND EXCEPTIONS



The first lab was really fun, we got partnered up with random people according to our birthday dates and it was really cool working together with someone. It also refreshed my memories of programming with python and got me into the programming spirit once more.

In the second lab, we were required to write classes Stack and Queue which turned out to be very useful because it helped me understand better how they work and it will be useful for assignment one (I haven't even started yet).

The previous classes and exercise two were based on Exceptions. Exceptions are basically ways in which we could handle errors in order to make our program keep running instead of crashing. You could also put in short messages to go with the exception which could be pretty useful in certain situations. So, exercise two was basically to familiarize us with the idea of exceptions and how they work.

No comments:

Post a Comment