ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

121,357 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

29,335 views

5 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

24,432 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

4,468 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

500 views

3 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

932 views

2 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

31,982 views

2 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,955 views

8 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

127 views

7 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

345 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

12,056 views

6 years ago

Krish Naik
Advanced Python Series- Assert Statement In Python

github: ...

6:05
Advanced Python Series- Assert Statement In Python

43,021 views

5 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

196,600 views

9 years ago

Bro Code
Learn Python EXCEPTION HANDLING in 5 minutes! 🚦

exception = An event that interrupts the flow of a program # (ZeroDivisionError, TypeError, ValueError) # 1.try, 2.except, 3.finally ...

5:49
Learn Python EXCEPTION HANDLING in 5 minutes! 🚦

132,593 views

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

416 views

3 years ago

pythonando
Manipulando Exception com PYTHON | Assert vs Raise

ASSERT e RAISE são expressões para lidarmos com exceções na linguagem Python, mas ambos devem ser utilizados para ...

13:17
Manipulando Exception com PYTHON | Assert vs Raise

9,383 views

4 years ago

DataFlair
Python Assert Statements

Assert statements in python let's talk about assertions and the words why's and where's with syntax and examples we'll learn ...

4:18
Python Assert Statements

819 views

4 years ago

NS lectures
raising exceptions, assertions, creating custom exceptions, raise keyword, assert keyword, python

MY INSTAGRAM ID: https://www.instagram.com/ns.lectures/ - PYTHON PORGRAMMING COMPLETE SUBJECT PLAYLIST: ...

7:26
raising exceptions, assertions, creating custom exceptions, raise keyword, assert keyword, python

7,351 views

3 years ago

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...

495 views

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

278 views

6 months ago

Tech With Tim
Please Learn How To Write Tests in Python… • Pytest Tutorial

Get started with the Careerist QA Program today! https://crst.co/TECHWITH-2984FB40 In this video, I'm going to teach you how to ...

33:10
Please Learn How To Write Tests in Python… • Pytest Tutorial

204,432 views

1 year ago