0:00
/
0:00
Transcript

Python 101 - Exception Handling (Video)

What do you do when something goes wrong in your Python program?

You need to catch that exception and handle it.

In this tutorial, you will learn the following:

  • Common exceptions

  • Handling exceptions

  • Raising exceptions

  • Examining exception objects

  • Using the `finally` statement

  • Using the `else` statement

Want to learn more, buy my Python 101 book:

Gumroad (eBook) - https://gumroad.com/l/pypy101

Amazon (Paperback / Kindle) - https://amzn.to/2Zo1ARG

Discussion about this video

User's avatar