ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,592 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,672 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

46 views

3 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

27,051 views

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

153,347 views

10 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,041 views

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

8 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,986 views

8 years ago

CS50
CS50P - Lecture 5 - Unit Tests

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...

50:54
CS50P - Lecture 5 - Unit Tests

364,379 views

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

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!

230,733 views

2 years ago

Doug Mercer
Your Python code is almost entirely untested

Sign up for 1-on-1 coaching at https://dougmercer.dev ...

7:25
Your Python code is almost entirely untested

2,301 views

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

337,144 views

3 years ago

The Morpheus Tutorials
Python Tutorial - assert [German/German]

❤❤❤ Early access to tutorials, polls, live events and downloads ❤❤❤ ❤❤❤ https://www.patreon.com/user?u=5322110 ❤❤❤ ❤❤❤ Not up ...

7:17
Python Tutorial - assert [German/German]

7,669 views

5 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

591 views

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

0:38
Assertions in Python - Software Debugging

1,389 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,356 views

1 year ago

The Theory Of Code
Using Test Assertions: Unit Testing in Python using Unittest Framework

Using Test Assertions: Unit Testing in Python using Unittest Framework Welcome to the video series on Introduction to Unit ...

8:45
Using Test Assertions: Unit Testing in Python using Unittest Framework

11,728 views

6 years ago

DeepSkills
Pytest оператор assert | DeepSkills

pytest позволяет использовать стандартный оператор языка Python - assert - для проверки соответствия ожидаемых ...

3:47
Pytest оператор assert | DeepSkills

1,580 views

3 years ago

CodeWithHarry
Raising custom errors in Python | Python Tutorial - Day #38

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master ...

10:42
Raising custom errors in Python | Python Tutorial - Day #38

347,565 views

3 years ago

Digital Academy
Catch and Handle EXCEPTIONS in Python (Assert, Try, Except, Else, Finally, Raise, Custom Errors)

Welcome back to Digital Academy, the Complete Python Development Tutorial for Beginners, in which you will learn How to Catch ...

11:21
Catch and Handle EXCEPTIONS in Python (Assert, Try, Except, Else, Finally, Raise, Custom Errors)

6,065 views

5 years ago