Real Python
  • Start Here
  • Learn Python
    Start Learning
    Your Learning Plan →Your personalized Python learning plan Python Tutorials →In-depth articles and video courses Learning Paths →Guided study plans for accelerated learning
    Practice
    Quizzes & Exercises →Check your learning progress Browse Topics →Focus on a specific area or skill level Reference →Concise definitions for common Python terms
    Get Help
    Code Mentor →BetaPersonalized code assistance & learning tools Office Hours →Live Q&A calls with Python experts Community Chat →Learn with other Pythonistas
    Go Deeper
    Live Courses →Live, instructor-led Python courses Books →Round out your knowledge and learn offline Podcast →Hear what’s new in the world of Python
    Unlock All Content and Become a Python Expert →Get unlimited access to all Real Python has to offer
    Unlock All Content →Become a Python Expert
  • More
    Learner Stories Python Newsletter Python Job Board Meet the Team Become a Contributor
  • Search
/
  • Join
  • Sign‑In

Raising and Handling Python Exceptions (Quiz)

Martin Breuss
Raising and Handling Python Exceptions Martin Breuss 04:30
Recommended Tutorial Course Slides (.pdf) Sample Code (.zip) Ask a Question
  • Contents
  • Discussion

Become a Member to take the quiz.

Become a Member to join the conversation.

Course Contents

Overview
92%
    Raising and Handling Python Exceptions (Overview) 02:02
    Differentiating Exceptions From Syntax Errors 03:44
    Raising an Exception 05:36
    Exercise: Raise a Custom Exception 08:00
    Using the assert Keyword 04:27
    Catching Exceptions With try and except 05:48
    Exercise: Handle Division by Zero With Try/Except 08:00
    Handling the Success Case With else 03:22
    Catching a Built-in Exception 03:25
    Cleaning Up With finally 02:50
    Exercise: Convert a Value Using Try/Except/Else/Finally 08:00
    Raising and Handling Python Exceptions (Quiz) 04:30
    Raising and Handling Python Exceptions (Summary) 02:31

© 2012–2026 Real Python ⋅ Privacy Policy