Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
10,560 results
Types of Exceptions in Python & the Exception Base Class Explained | Python Error Handling Welcome to Video 101 of our ...
11 views
6 months ago
In this video, we explore how to create and use a custom exception in Python. In this video, the InvalidPassword exception is ...
7,832 views
9 months ago
We explore essential Python naming conventions for classes and exceptions. Learn Pascal case for clarity and consistency in ...
294 views
7 months ago
Learn how to create and use custom exceptions in Python to make your code more robust and easier to debug! This video ...
73 views
Learn what Python exceptions are, why they occur, and how to handle them using try, except, finally – all in simple terms ...
14,136 views
Python User Define Exception Creating a User-Defined Exception: To create a user-defined exception, a new class must be ...
22 views
3 months ago
Learn everything about Exception Handling in Python in this beginner-friendly yet in-depth tutorial! We'll start with the types of ...
96 views
8 months ago
Discover why the `Exception` class in Python behaves differently when subclassing, along with insights on implicit constructor ...
2 views
Chapters: 00:00:23 1. The Root of All Errors: BaseException 00:00:43 2. The Main Branch: Exception 00:01:03 3. Common ...
0 views
4 weeks ago
Custom Error Exception Class in Python I hope you found a solution that worked for you :) The Content is licensed under ...
1 view
1 month ago
Create your own exceptions to handle specific errors in Python! In this flashcard-style video, you'll learn how to define and use ...
354 views
5 months ago
How to Create Custom Exception Classes in Python | Python Exception Handling Tutorial #python #ai Learn how to create custom ...
36 views
4 months ago
Enroll for Advanced Certification Course - https://bit.ly/jbkgshub7 Our Channel on WhatsApp ...
34,246 views
When and why to define your own custom exception classes by inheriting from Exception or a more specific base class.
141 views
Creating a custom exception in Python is a straightforward process that begins with defining a new class. This class should inherit ...
168 views
✨ Class 12 CS: Final Prep Resources (2026) ✨ If you are feeling the pressure of the upcoming boards, the goal is simple: move ...
3,503 views
2 months ago
Hi everyone, Hope everyone is doing great :) In this video, I have covered - Class: 12th Subject: Computer Science ...
118,560 views
What you'll learn: How to use the raise keyword to throw errors Creating your own exception class Why and when to raise custom ...
241 views
Welcome to playlist: Boards 2025 | Class 12 Computer Science | Revision Series Here is the discussion for the important ...
5,817 views
10 months ago
Creating a Custom Exception: Inherit from Exception: Define a new class that inherits, either directly or indirectly, from the built-in ...
14 views