ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

56,870 results

Indently
HOW You Should Be Using ASSERT In Python To Catch ERRORS

Let's find out why & how you should be using the assert keyword in Python. ▷ Become job-ready with Python: ...

7:37
HOW You Should Be Using ASSERT In Python To Catch ERRORS

23,630 views

3 years ago

anthonywritescode
python: what is assert? (beginner) anthony explains #240

today I talk about the `assert` statement, what it is, how it works, and why some will flag it as a "security" issue. playlist: ...

8:39
python: what is assert? (beginner) anthony explains #240

28,772 views

4 years ago

2MinutesPy
Why THIS is used in Python

In this video, we will discuss the assert statements and how they can help in detect errors and bugs early in Python. Python's ...

2:12
Why THIS is used in Python

3,779 views

1 year ago

Alex W. Slater
TI2011 - Uso de raise assert en Python

Material preparado para el curso TI2011 Introducción a la Programación de INACAP.

6:04
TI2011 - Uso de raise assert en Python

453 views

2 years ago

TechWorld | Dany Zambrano
2.3.  Python | Pruebas Unitarias - Assert    #python

Curso MasterClass de Python. Contenido desde lo Básico a Master. https://github.com/DanyZambrano/Python.

3:24
2.3. Python | Pruebas Unitarias - Assert #python

826 views

2 years ago

Krish Naik
Advanced Python Series- Assert Statement In Python

github: ...

6:05
Advanced Python Series- Assert Statement In Python

42,005 views

5 years ago

Jakubication
Python assert Statement

The Python assert statement is best used as a sanity check when debugging to see if a condition you believe to be true is actually ...

2:27
Python assert Statement

62 views

3 months ago

Jacob Sorber
Find bugs faster using assertions.

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

5:23
Find bugs faster using assertions.

23,272 views

8 years ago

MIT OpenCourseWare
Lecture 13: Exceptions and Assertions

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

42:56
Lecture 13: Exceptions and Assertions

27,829 views

1 year ago

Coders Bring Change (Python for Everyone)
How to write ASSERT statements that IMPROVES the quality of your Python code

Wouldn't it be great if code had a checklist? You check all boxes and your new app is ready to ship! In this video, you learn how to ...

10:52
How to write ASSERT statements that IMPROVES the quality of your Python code

327 views

2 years ago

Manifold AI Learning
Python Assert Statement - Tips & Tricks

In this video, we will see about - Python Assert Statement - Tips & Tricks.

8:14
Python Assert Statement - Tips & Tricks

366 views

2 years ago

Turtle Code
Catch Bugs Instantly with Python’s Assert! 🚨 Your Code’s Superpower

Want to catch bugs early and make your Python code bulletproof? Meet assert — your code's built-in watchdog! In this video, I'll ...

1:18
Catch Bugs Instantly with Python’s Assert! 🚨 Your Code’s Superpower

250 views

2 months ago

TodoCode
What is an ASSERT? ✅❌

An assertion is a statement that compares what you expect from your code with what actually happened when you run a test. If ...

0:39
What is an ASSERT? ✅❌

6,239 views

6 months ago

Cameron Maske
How To Structure A Test With Arrange, Act and Assert (Testing Python With Pytest)

An example-driven guide of the testing pattern "Arrange, Act and Assert". * Arrange: Setup any variables or conditions your test ...

0:55
How To Structure A Test With Arrange, Act and Assert (Testing Python With Pytest)

19,056 views

7 years ago

Gina Sprint
Introduction to Programming with Python: Assert and Unit Testing with Pytest

This video provides an introduction to using the assert statement for unit testing with PyTest in Python. Specifically, the following ...

29:52
Introduction to Programming with Python: Assert and Unit Testing with Pytest

1,087 views

3 years ago

Jakubication
How To Use Python assert

This video shows how to use Python assert by setting up a practical example where a beginner might find it useful for debugging.

0:34
How To Use Python assert

685 views

3 months ago

Testing Funda by Zeeshan Asghar
Python for Testers #38 | Assert Keyword

PythonProgramming #PythonTutorial #PythonForBeginners #AssertKeyword #PythonAssertions #PythonDebugging ...

9:50
Python for Testers #38 | Assert Keyword

839 views

1 year ago

Joey'sTech
Learn about Python Assert keyword | Assertion statements in Python #assert

Learn from Joey what is assert keyword is in Python. This is one of the Python concepts for interview that you should know.

6:40
Learn about Python Assert keyword | Assertion statements in Python #assert

690 views

3 years ago

MIT OpenCourseWare
7. Testing, Debugging, Exceptions, and Assertions

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...

41:33
7. Testing, Debugging, Exceptions, and Assertions

194,607 views

8 years ago

Code Tidbits
"ASSERT" statement in Python???

Did you know about the assert statement in python? Watch this short till the end to find out exactly how to use it!

0:50
"ASSERT" statement in Python???

2,459 views

2 years ago