Fork me on GitHub

  1. Exception handling

    July 30, 2013

    Okay so the chances are you already know about exception handling in python but some new programmers don't. How do you handle exceptions in python ? First let me tell you what exceptions are. Exceptions are when something unexpected happens with your code. Just think that you writing a huge ...

    read more