The more complicated your code, the more you’ll depend on dealing with exceptions. If you’ve yet to run across exceptions, they are errors that occur during the execution of a program. With Python, exceptions don’t produce informative errors but, rather, will just stop.