Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
850 results
In this video, we will discuss the assert statements and how they can help in detect errors and bugs early in Python. Python's ...
3,861 views
1 year ago
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 ...
71 views
4 months ago
MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...
28,361 views
Get started with the Careerist QA Program today! https://crst.co/TECHWITH-2984FB40 In this video, I'm going to teach you how to ...
169,706 views
MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...
194,867 views
9 years ago
An example-driven guide of the testing pattern "Arrange, Act and Assert". * Arrange: Setup any variables or conditions your test ...
19,068 views
7 years ago
yield #yieldkeyword #python #pythonprogramming #2minutespy Hey, want to know about yield in Python? In this ...
8,982 views
This video describes the difference between assert vs raise in Python. assert, asserts that a certain condition is true and raises an ...
1,294 views
Stay in the loop INFINITELY: https://snu.socratica.com/python Unit tests are a way to make sure your ...
612,848 views
8 years ago
This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...
372,850 views
3 years ago
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Logging can make all the difference in ...
234,106 views
Assert statements are a great way to document what your program expects inputs and objects to be. Type annotations allow ...
154 views
Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.
40 views
Sign up for 1-on-1 coaching at https://dougmercer.dev ...
2,328 views
This video describes the difference between assert vs if in Python. assert, asserts that a certain condition is true and raises an ...
729 views
This video is part of an online course, Software Debugging. Check out the course here: https://www.udacity.com/course/cs259.
595 views
11 years ago
In this video, we will discuss match-case statements and how they can help in writing conditions and pattern checking more ...
7,624 views
1,394 views
In programming, testing plays a major role. Out of several types of testing, here, we are going to touch the basics of unit testing, ...
33 views
2 years ago
How do teams of programmers continuously write and revise code without breaking things? Unit tests define a function's expected ...
21,232 views