Friday, June 25, 2021

Mike Driscoll: Python 101: Exception Handling (Video)

In this video tutorial, you will learn how exception handling works in Python.

Specifically, you will learn the following:

  • Common exceptions
  • Handling exceptions
  • Raising exceptions
  • Examining exception objects
  • Using the finally statement
  • Using the else statement

If you prefer to read a tutorial, you might be interested in this:

Want to learn more, buy my Python 101 book:

The post Python 101: Exception Handling (Video) appeared first on Mouse Vs Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...