ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,130 results

Schraf : Maths-info
2 - Python pratique : assert, raise, try, except, else, finally...

Dans cette seconde vidéo nous verrons comment gérer les erreurs / exceptions. 00:00 Gestion simple 02:02 Classes d'erreurs ...

18:26
2 - Python pratique : assert, raise, try, except, else, finally...

431 views

1 year ago

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

KreaTuto
Python - Writing assertions with the assert keyword

👉 What is an assertion and how do you write an assertion in Python? 🐼 Python Section ▶ https://www.kreatuto.info/rubrique ...

7:20
Python - Writing assertions with the assert keyword

3,345 views

4 years ago

Mohit
Raise and Assert Statements in Python Explained

This video is part of the "Automate the Boring Stuff with Python" Udemy course which is available for free right now here- ...

17:13
Raise and Assert Statements in Python Explained

818 views

5 years ago

Peter Schneider
What is the use of "assert" in Python?

What is the use of "assert" in Python? I hope you found a solution that worked for you :) The Content (except music & images) is ...

5:21
What is the use of "assert" in Python?

9 views

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

5 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

Jacob Itegboje
Pumping Python for Beginners: What is an Assertion?

Have you ever been stuck trying to debug a stubborn AssertionError in your Python projects? It's a common frustration that can ...

20:50
Pumping Python for Beginners: What is an Assertion?

33 views

1 year ago

The Debug Zone
Understanding self.assertIn vs assert in Selenium Python Unittest Framework

In this video, we delve into the nuances of using `self.assertIn` and the `assert` statement within the Selenium Python Unittest ...

4:07
Understanding self.assertIn vs assert in Selenium Python Unittest Framework

5 views

1 year ago

Pythonesa
Curso de Python - Asserts - Clase 26

Vemos Asserts (comprobaciones, asertos, aciertos... (?)

8:37
Curso de Python - Asserts - Clase 26

29 views

2 years ago

SANTOSH CHOUDHARY
Python Tutorial for Beginners | Local , Global , Globals , Assert and Magic Keyword in Python

Python Tutorial to learn Python programming with examples This video contain : 1. Scope of Variable 2. Local and Global scope 3.

24:59
Python Tutorial for Beginners | Local , Global , Globals , Assert and Magic Keyword in Python

72 views

5 years ago

Barry Brown
Python Functions 2: Unit Testing

Learn how to incorporate unit testing into your Python code.

4:36
Python Functions 2: Unit Testing

25,993 views

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

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

FOSDEM
Test your code in Python

Votre problème et c'est à nous de faire ça sert tout il fait battu will not known result of the other assertion so you should try to write ...

53:13
Test your code in Python

545 views

7 years ago

Next Day Video
Testing from the Ground Up

Aly Sivji https://www.pytexas.org/2019/talk/U2Vzc2lvbk5vZGU6MTEw Tests ensure our program works as intended and that ...

27:23
Testing from the Ground Up

1,163 views

6 years ago

EuroPython Conference
Fabian Kreutz - TDD - the why, the how and the when not

Fabian Kreutz - TDD - the why, the how and the when not [EuroPython 2015] [23 July 2015] [Bilbao, Euskadi, Spain] TDD is great, ...

37:07
Fabian Kreutz - TDD - the why, the how and the when not

245 views

10 years ago

Jacob Itegboje
how to test that an Exception is raised (no breaks)

This video covers catching exceptions raised by programs in tests ...

5:05
how to test that an Exception is raised (no breaks)

26 views

2 years ago

The Debug Zone
How to Mock Property Calls Returning MagicMock in Python Testing

In this video, we dive into the world of Python testing, focusing on the powerful capabilities of the `unittest.mock` library.

4:21
How to Mock Property Calls Returning MagicMock in Python Testing

28 views

10 months ago

Next Day Video
Why Good Developers Write Bad Tests

Michael Lynch https://www.pytexas.org/2019/talk/U2Vzc2lvbk5vZGU6MTAz Many skilled developers write beautiful code but ...

30:09
Why Good Developers Write Bad Tests

4,113 views

6 years ago