ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

396 results

Craig Piercy
Python keyword video reference: ASSERT

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:46
Python keyword video reference: ASSERT

40 views

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

6 months ago

The Debug Zone
Understanding Why assert np.nan == np.nan Fails in Python: A Deep Dive

In this video, we explore a fascinating quirk of Python's handling of NaN (Not a Number) values, specifically why the expression ...

3:48
Understanding Why assert np.nan == np.nan Fails in Python: A Deep Dive

8 views

1 year ago

The Debug Zone
Can assertLogs Validate Log Message Format in Python? A Complete Guide

In this video, we dive into the powerful capabilities of Python's `assertLogs` method, exploring how it can be used to validate the ...

3:22
Can assertLogs Validate Log Message Format in Python? A Complete Guide

5 views

1 year ago

Roel Van de Paar
GIS: Assertion Error, python (2 Solutions!!)

GIS: Assertion Error, python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise ...

1:56
GIS: Assertion Error, python (2 Solutions!!)

6 views

4 years ago

Python Peak
How can pytest improve your testing process? Master Clean Tests in Python with pytest!

How can pytest improve your testing process? pytest makes writing tests simple and intuitive. You can use fixtures to set up ...

0:23
How can pytest improve your testing process? Master Clean Tests in Python with pytest!

1,448 views

1 year ago

Peter Schneider
Software development in Python: unittests and assertions

Software development in Python: unittests and assertions I hope you found a solution that worked for you :) The Content (except ...

2:03
Software development in Python: unittests and assertions

3 views

3 years ago

Python Peak
What’s the power of pytest.mark.parametrize? Unlocking Efficient Testing with

What's the power of pytest.mark.parametrize? pytest.mark.parametrize helps reduce repetitive test code. It allows you to test ...

0:12
What’s the power of pytest.mark.parametrize? Unlocking Efficient Testing with

171 views

1 year ago

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

811 views

4 years ago

Python Peak
How does pytest handle async tests in Python? Master Async Testing with Pytest in Python!

How does pytest handle async tests in Python? Async testing with `pytest` is made easy using `pytest-asyncio`. This allows ...

0:38
How does pytest handle async tests in Python? Master Async Testing with Pytest in Python!

251 views

1 year ago

Python Peak
How can Pydantic enhance data validation? Transform Your Data with Pydantic in Python!

How can Pydantic enhance data validation? 🏍️ Pydantic helps create clear data models. 🏍️ It automatically validates input ...

0:17
How can Pydantic enhance data validation? Transform Your Data with Pydantic in Python!

214 views

1 year ago

Mixible
Is there a way to override default assert in pytest python

Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...

2:21
Is there a way to override default assert in pytest python

0 views

1 year ago

Python Peak
What’s the hack for parameterized testing in pytest? Unlock Powerful Testing with pytest

What's the hack for parameterized testing in pytest? When writing tests, you often repeat similar code. Parameterized testing ...

0:11
What’s the hack for parameterized testing in pytest? Unlock Powerful Testing with pytest

118 views

1 year ago

The Debug Zone
Fixing Python Odo SQL AssertionError: Datashape Must Be Record Type

In this video, we tackle a common issue encountered when working with the Odo library in Python: the AssertionError stating that ...

2:17
Fixing Python Odo SQL AssertionError: Datashape Must Be Record Type

2 views

10 months ago

Peter Schneider
AssertionError when using llama-cpp-python in Google Colab

AssertionError when using llama-cpp-python in Google Colab I hope you found a solution that worked for you :) The Content ...

2:56
AssertionError when using llama-cpp-python in Google Colab

204 views

2 years ago

Culebreando en Python
Verificar mayor de edad en Python: Método incorrecto vs Solución Pro con manejo de errores

En este video te muestro cómo verificar si una persona es mayor de edad en Python, comparando un enfoque incorrecto (para ...

0:23
Verificar mayor de edad en Python: Método incorrecto vs Solución Pro con manejo de errores

916 views

1 year ago

Programming threads
How to easily mock private class field names in Python using patch.object

Unit testing in Python has never been so easy when using patch.object. If you find yourself in a situation where you need to mock ...

0:59
How to easily mock private class field names in Python using patch.object

247 views

1 year ago

Python Peak
The Shocking Truth About Effective Unit Testing with pytest

How can I use pytest for effective unit testing? You can use pytest to write simple and effective unit tests. But it offers ...

0:14
The Shocking Truth About Effective Unit Testing with pytest

1,127 views

1 year ago

Python Peak
Why use pytest fixtures in test setup? Unlocking pytest Fixtures for Super-Powered Test Setup!

Why use pytest fixtures in test setup? pytest fixtures help create reusable test setups. They make handling dependencies like ...

0:35
Why use pytest fixtures in test setup? Unlocking pytest Fixtures for Super-Powered Test Setup!

207 views

1 year ago

RU Computer Science
assert
3:25
assert

124 views

7 years ago