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
102 results
What's the secret to creating custom exceptions? Custom exceptions let you handle specific errors better. You define your ...
47 views
1 year ago
How to add context to Python exceptions? Python lets you make custom exceptions that include extra context. This helps in ...
40 views
What's the secret to creating custom exceptions? Custom exceptions help you define specific error types. They make your ...
96 views
How do you add context to Python exceptions? Custom exceptions can make debugging much easier. By adding extra ...
70 views
10 months ago
How can you create a custom exception hierarchy? You can define your own exceptions by inheriting from built-in exceptions.
16 views
How to create custom exception classes in Python? Custom exceptions help clarify what went wrong in code. They allow you ...
23 views
Why use contextlib.contextmanager in Python? The contextlib.contextmanager decorator lets you build context managers ...
17 views
11 months ago
Implementing safe custom exception I hope you found a solution that worked for you :) The Content is licensed under ...
0 views
How can you handle temporary files safely in Python? A custom context manager is perfect for handling temporary files.
Value error and now suddenly this is only when I give it values that are incorrect so in this case it wouldn't be the divide by zero it ...
596 views
5 years ago
What's the secret to implementing a custom iterator? 🎟️ A custom iterator helps you define how to traverse a collection. 🎟️ You ...
4 views
Software Engineering: When should I subclass an exception in Python? Helpful? Please support me on Patreon: ...
5 views
3 years ago
How to customize json.dumps serialization in Python? Using the default parameter in json.dumps helps serialize custom ...
9 views
Tracking Exceptions is super easy with Sentry & Heroku. In this video I'll run you through the setup & show you what it looks like.
482 views
How to make custom JSON encoder in Python? You can create a custom encoder by extending JSONEncoder. This is ...
131 views
Code Review: Failing fast by raising an exception with a custom message Helpful? Please support me on Patreon: ...
7 views
Software Engineering: What is considered best practice for custom exception classes? Helpful? Please support me on Patreon: ...
1 view
29 views
What's the trick with contextlib.contextmanager for resource management? ✂️ Using contextlib.contextmanager helps manage ...
8 views
Code Review: Custom exit with only some exceptions in Python Helpful? Please support me on Patreon: ...