ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

46 results

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

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

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

11 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

3 months 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

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

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

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

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
Why don't empty iterables in python raise Exceptions when you try to iterate over them?

Software Engineering: Why don't empty iterables in python raise Exceptions when you try to iterate over them? Helpful? Please ...

3:16
Why don't empty iterables in python raise Exceptions when you try to iterate over them?

3 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

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

Roel Van de Paar
Software Engineering: Test to check that executing a function does not raise an exception

Software Engineering: Test to check that executing a function does not raise an exception Helpful? Please support me on Patreon: ...

1:50
Software Engineering: Test to check that executing a function does not raise an exception

0 views

3 years ago

Roel Van de Paar
Raise Multiple Exceptions Postgres

Raise Multiple Exceptions Postgres Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:39
Raise Multiple Exceptions Postgres

46 views

4 years ago

Intro to Programming Concepts
Python: Value Error

Producing a value error in python by attempting to cast a string to an int.

0:38
Python: Value Error

739 views

4 years ago

Roel Van de Paar
DRF - Raise Exception if any defined field is None (3 Solutions!!)

DRF - Raise Exception if any defined field is None Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:32
DRF - Raise Exception if any defined field is None (3 Solutions!!)

38 views

1 year ago

Python Peak
How to customize json.dumps serialization in Python? Unlocking JSON Custom Serialization with

How to customize json.dumps serialization in Python? Using the default parameter in json.dumps helps serialize custom ...

0:47
How to customize json.dumps serialization in Python? Unlocking JSON Custom Serialization with

9 views

1 year ago

Claire Sawyer
python generating random midi

ChatGPT is seriously amazing. It assisted me in a random idea of "can i make white midi files on the fly and play them?".

2:05
python generating random midi

1,131 views

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,552 views

1 year ago