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
396 results
Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.
40 views
1 year ago
In this video, we delve into the powerful assert statement in Python and explore how it can be leveraged to raise different types of ...
2 views
6 months ago
In this video, we explore a fascinating quirk of Python's handling of NaN (Not a Number) values, specifically why the expression ...
8 views
In this video, we dive into the powerful capabilities of Python's `assertLogs` method, exploring how it can be used to validate the ...
5 views
GIS: Assertion Error, python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise ...
6 views
4 years ago
How can pytest improve your testing process? pytest makes writing tests simple and intuitive. You can use fixtures to set up ...
1,448 views
Software development in Python: unittests and assertions I hope you found a solution that worked for you :) The Content (except ...
3 views
3 years ago
What's the power of pytest.mark.parametrize? pytest.mark.parametrize helps reduce repetitive test code. It allows you to test ...
171 views
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
811 views
How does pytest handle async tests in Python? Async testing with `pytest` is made easy using `pytest-asyncio`. This allows ...
251 views
How can Pydantic enhance data validation? 🏍️ Pydantic helps create clear data models. 🏍️ It automatically validates input ...
214 views
Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...
0 views
What's the hack for parameterized testing in pytest? When writing tests, you often repeat similar code. Parameterized testing ...
118 views
In this video, we tackle a common issue encountered when working with the Odo library in Python: the AssertionError stating that ...
10 months ago
AssertionError when using llama-cpp-python in Google Colab I hope you found a solution that worked for you :) The Content ...
204 views
2 years ago
En este video te muestro cómo verificar si una persona es mayor de edad en Python, comparando un enfoque incorrecto (para ...
916 views
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 ...
247 views
How can I use pytest for effective unit testing? You can use pytest to write simple and effective unit tests. But it offers ...
1,127 views
Why use pytest fixtures in test setup? pytest fixtures help create reusable test setups. They make handling dependencies like ...
207 views
124 views
7 years ago