ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113,917 results

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

4 years ago

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

3 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,671 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

445 views

2 years ago

WhyNotProgram
Using Assert Will Save Your Code - Python

Learn how to use Python's assert to add an additional layer of protection to your code. Join our Discord community! Whether ...

3:50
Using Assert Will Save Your Code - Python

7,640 views

3 years 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,131 views

8 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

814 views

2 years ago

Real Python
Assertions in Python: How to Use the "try" and "except" Keywords

You'll learn how assertions are made in Python and how you can handle exceptions using "try" and "except." You'll see that ...

5:45
Assertions in Python: How to Use the "try" and "except" Keywords

11,954 views

6 years ago

Krish Naik
Advanced Python Series- Assert Statement In Python

github: ...

6:05
Advanced Python Series- Assert Statement In Python

41,830 views

5 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

244 views

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

46 views

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

323 views

2 years ago

cctmexico
🤔 ¿Cómo utilizar raise, assert, try, except, else y finally? | Python desde cero | ¡Muy, muy Básico!

Cuando se genera un error, Python nos avisa con mensajes..que a veces no comprendemos, pero con raise, assert, try y except, ...

20:08
🤔 ¿Cómo utilizar raise, assert, try, except, else y finally? | Python desde cero | ¡Muy, muy Básico!

3,062 views

4 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,033 views

1 year 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,041 views

7 years ago

Real Python
Starting With Python's assert Statement

Python's assert statement allows you to write sanity checks in your code. These checks are known as assertions, and you can use ...

23:14
Starting With Python's assert Statement

2,655 views

2 years ago

ProCode
Assert in Python || Assertion explained in Python || Python Advanced

Assert in python explained ! It is a commonly item used in programming for debugging , testing,etc. Tags: 0:00 - Intro 1:28 - Syntax ...

9:44
Assert in Python || Assertion explained in Python || Python Advanced

265 views

5 years ago

Oops_Error_21
assert statements in python
5:54
assert statements in python

81 views

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

356 views

2 years ago

Greg Kamradt
Python Glossary: Assert - Check If True

https://dataindependent.com/python/python-glossary/python-assert.

1:34
Python Glossary: Assert - Check If True

170 views

5 years ago