ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,536 results

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

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

35 views

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

26,556 views

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

193,953 views

8 years 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,034 views

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

147,869 views

10 months ago

Jakubication
Python assert vs raise

This video describes the difference between assert vs raise in Python. assert, asserts that a certain condition is true and raises an ...

0:12
Python assert vs raise

1,155 views

1 year ago

2MinutesPy
asyncio in Python - Async/Await

async #asyncawait #asynchronousprogramming #python #pythonprogramming In this video, we will talk about asynchronous ...

2:03
asyncio in Python - Async/Await

41,209 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

ModernPython
Use ASSERT to document Python program expectations 🐍 #shorts #python

Assert statements are a great way to document what your program expects inputs and objects to be. Type annotations allow ...

0:41
Use ASSERT to document Python program expectations 🐍 #shorts #python

149 views

2 years ago

mCoding
Unlocking your CPU cores in Python (multiprocessing)

How to use all your CPU cores in Python? Due to the Global Interpreter Lock (GIL) in Python, threads don't really get much use of ...

12:16
Unlocking your CPU cores in Python (multiprocessing)

336,632 views

3 years ago

Socratica
Unit Tests in Python || Python Tutorial || Learn Python Programming

Stay in the loop INFINITELY: https://snu.socratica.com/python Unit tests are a way to make sure your ...

8:49
Unit Tests in Python || Python Tutorial || Learn Python Programming

611,668 views

8 years ago

Jakubication
Python assert vs if

This video describes the difference between assert vs if in Python. assert, asserts that a certain condition is true and raises an ...

0:13
Python assert vs if

728 views

1 year ago

ArjanCodes
Python Logging: How to Write Logs Like a Pro!

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Logging can make all the difference in ...

11:02
Python Logging: How to Write Logs Like a Pro!

229,449 views

2 years ago

Udacity
Assertions in Python - Software Debugging

This video is part of an online course, Software Debugging. Check out the course here: https://www.udacity.com/course/cs259.

1:01
Assertions in Python - Software Debugging

589 views

10 years ago

Tech With Tim
Asyncio in Python - Full Tutorial

Asynchronous programming allows our code to be more efficient by doing multiple things at once without any unnecessary ...

24:59
Asyncio in Python - Full Tutorial

287,185 views

1 year ago

Udacity
Assertions in Python - Software Debugging

This video is part of an online course, Software Debugging. Check out the course here: https://www.udacity.com/course/cs259.

0:38
Assertions in Python - Software Debugging

1,387 views

10 years ago

2MinutesPy
How to Use Match-Case Statement in Python?

In this video, we will discuss match-case statements and how they can help in writing conditions and pattern checking more ...

2:22
How to Use Match-Case Statement in Python?

7,245 views

1 year ago

HEP Software Foundation
03 Being Assertive

So we can run it by just typing Python with a name which is assert. So what we see, as I explained, it will check all these ...

5:56
03 Being Assertive

118 views

4 years ago

ArjanCodes
Software Testing Theory + A Few Less Obvious Testing Techniques

Learn how to design great software in 7 steps: https://arjan.codes/designguide. This video covers what software testing is and ...

20:33
Software Testing Theory + A Few Less Obvious Testing Techniques

45,509 views

4 years ago