ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

354 results

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago

Python Peak
Why use contextlib.suppress for exceptions? Master Python Exception Handling with

Why use contextlib.suppress for exceptions? 🎚️ You can easily ignore specific exceptions without clutter. 🎚️ It helps keep your ...

0:31
Why use contextlib.suppress for exceptions? Master Python Exception Handling with

19 views

1 year ago

Peter Schneider
Why does generator raise an exception when a loop that iterates over it is interrupted?

Why does generator raise an exception when a loop that iterates over it is interrupted? I hope you found a solution that worked for ...

2:10
Why does generator raise an exception when a loop that iterates over it is interrupted?

1 view

2 years ago

Culebreando en Python
Validar tipos de datos en Python: Método largo vs Solución Pro con isinstance y raise

En este video te mostraré cómo validar los tipos de datos en Python, comparando un enfoque largo y con mal uso del flujo de ...

0:19
Validar tipos de datos en Python: Método largo vs Solución Pro con isinstance y raise

2,655 views

1 year ago

Python Trainer
Lab460 Raising Exceptions solution
1:46
Lab460 Raising Exceptions solution

3 views

3 years ago

Roel Van de Paar
Software Engineering: Why raise an exception if python raises it for me? (3 Solutions!!)

Software Engineering: Why raise an exception if python raises it for me? Helpful? Please support me on Patreon: ...

3:59
Software Engineering: Why raise an exception if python raises it for me? (3 Solutions!!)

2 views

3 years ago

The Debug Zone
When to Use 'raise NotImplementedError' in Python: Best Practices Explained

In this video, we delve into the best practices for using 'raise NotImplementedError' in Python. Whether you're developing a new ...

3:13
When to Use 'raise NotImplementedError' in Python: Best Practices Explained

13 views

1 year ago

Roel Van de Paar
Why do iterators in Python raise an exception? (4 Solutions!!)

Why do iterators in Python raise an exception? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:08
Why do iterators in Python raise an exception? (4 Solutions!!)

3 views

3 years ago

Python Peak
What’s the #secret to creating custom exceptions? Master Custom Exceptions in Python Like a Pro!

What's the secret to creating custom exceptions? Custom exceptions let you handle specific errors better. You define your ...

0:47
What’s the #secret to creating custom exceptions? Master Custom Exceptions in Python Like a Pro!

47 views

1 year ago

The Debug Zone
Understanding Python Exceptions: How the Args Attribute is Automatically Set

In this video, we delve into the world of Python exceptions, a crucial aspect of error handling in programming. We'll explore how ...

2:06
Understanding Python Exceptions: How the Args Attribute is Automatically Set

7 views

7 months ago

The Debug Zone
Python Assert: How to Raise Different Error Types for Better Debugging

In this video, we delve into the powerful assert statement in Python and explore how it can be leveraged to raise different types of ...

1:31
Python Assert: How to Raise Different Error Types for Better Debugging

2 views

4 months ago

Roel Van de Paar
Python and Exception Handling IOError (2 Solutions!!)

Python and Exception Handling IOError Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:04
Python and Exception Handling IOError (2 Solutions!!)

56 views

3 years ago

Roel Van de Paar
Code Review: Failing fast by raising an exception with a custom message (2 Solutions!!)

Code Review: Failing fast by raising an exception with a custom message Helpful? Please support me on Patreon: ...

3:34
Code Review: Failing fast by raising an exception with a custom message (2 Solutions!!)

7 views

3 years ago

Roel Van de Paar
Code Review: Nested try-except for raising exceptions in Python

Code Review: Nested try-except for raising exceptions in Python Helpful? Please support me on Patreon: ...

3:00
Code Review: Nested try-except for raising exceptions in Python

4 views

3 years ago

Roel Van de Paar
Raise exception as callback

Raise exception as callback Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:30
Raise exception as callback

24 views

1 year ago

CMPUT 175
Exceptions: A metaphor—CMPUT 175

Topics covered: - Metaphor for raising exception and exception handling in Python 2018 © University of Alberta This work is ...

3:36
Exceptions: A metaphor—CMPUT 175

5,870 views

7 years ago

Roel Van de Paar
GIS: Is there a way to properly have GDAL raise exceptions in Python?

GIS: Is there a way to properly have GDAL raise exceptions in Python? Helpful? Please support me on Patreon: ...

1:47
GIS: Is there a way to properly have GDAL raise exceptions in Python?

8 views

4 years ago

Python Peak
How to handle async exceptions in Python? Handling Exceptions in Async Functions? #discover This

How to handle async exceptions in Python? 🏍️ Handling async exceptions needs a different approach than usual. 🏍️ You can ...

0:59
How to handle async exceptions in Python? Handling Exceptions in Async Functions? #discover This

31 views

1 year ago

Adam Gaweda, Dr. Sensei
Catching Multiple Exception Types in Python

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 ...

3:07
Catching Multiple Exception Types in Python

596 views

5 years ago

Roel Van de Paar
Code Review: Good approach to raise an exception

Code Review: Good approach to raise an exception Helpful? Please support me on Patreon: ...

2:45
Code Review: Good approach to raise an exception

1 view

3 years ago