ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

141 results

Professor Basnet
Video - Basic Unit Testing Fruitful Functions with assert

what is the differece between manual and automataed testing? - what is unit testing? - why is unit testing functions important?

5:34
Video - Basic Unit Testing Fruitful Functions with assert

1 view

6 hours ago

Professor Basnet
Podcast - Basic Unit Testing Fruitful Functions with assert

what is the differece between manual and automataed testing? - what is unit testing? - why is unit testing functions important?

13:51
Podcast - Basic Unit Testing Fruitful Functions with assert

0 views

6 hours ago

Soren I. Ngo
[Python for Beginners]: 34.03. Unit Testing: Assert for exceptions

Chapters: 00:00:25 1. The Code that Raises an Exception 00:00:49 2. Using `self.assertRaises` 00:01:23 3. Capturing the ...

2:29
[Python for Beginners]: 34.03. Unit Testing: Assert for exceptions

1 view

2 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.11. Exception Handling Assertions and Logging: Using Assertions

Chapters: 00:00:28 1. The `assert` Syntax 00:00:58 2. Assertions vs. Exceptions 00:01:26 3. The Dangers of Assertions 00:01:53 ...

2:32
[Python for Beginners]: 22.11. Exception Handling Assertions and Logging: Using Assertions

0 views

4 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.04. Exception Handling Assertions and Logging: Using Finally

Chapters: 00:00:24 1. The Role of the finally Block 00:00:39 2. Example: File Handling with finally 00:01:11 3. Execution Flow ...

2:02
[Python for Beginners]: 22.04. Exception Handling Assertions and Logging: Using Finally

0 views

4 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.01. Exception Handling Assertions and Logging: Introduction

Chapters: 00:00:29 1. The Need for Error Management 00:00:52 2. The Three Tools of Robustness 00:01:38 Summary.

2:11
[Python for Beginners]: 22.01. Exception Handling Assertions and Logging: Introduction

0 views

4 weeks ago

Soren I. Ngo
[Python for Beginners (Section Videos)]: 22/43. Exception Handling Assertions and Logging

Lectures: 00:00:11 22.01. Introduction 00:02:22 22.02. Exception Class Hierarchy 00:05:15 22.03. Handling Exceptions 00:07:48 ...

27:14
[Python for Beginners (Section Videos)]: 22/43. Exception Handling Assertions and Logging

1 view

8 days ago

Soren I. Ngo
[Python for Beginners]: 22.10. Exception Handling Assertions and Logging: Log Exceptions

Chapters: 00:00:28 1. The Problem: Missing Context 00:00:51 2. Solution 1: Using `exc_info=True` 00:01:14 3. Solution 2: Using ...

2:23
[Python for Beginners]: 22.10. Exception Handling Assertions and Logging: Log Exceptions

0 views

4 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.08. Exception Handling Assertions and Logging: Logging in action

Chapters: 00:00:28 1. Why Use Logging? 00:00:46 2. The Five Log Levels 00:01:15 3. Logging to the Console (Basic) 00:01:39 4.

2:29
[Python for Beginners]: 22.08. Exception Handling Assertions and Logging: Logging in action

0 views

4 weeks ago

NDC Conferences
Test automation with Python Behave without BDD - James Westfall - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

54:14
Test automation with Python Behave without BDD - James Westfall - NDC TechTown 2025

431 views

11 days ago

Learn Fundamentals
When to Use Assertions in Python

When to Use Assertions in Python.

10:02
When to Use Assertions in Python

0 views

8 days ago

Soren I. Ngo
[Python for Beginners]: 22.05. Exception Handling Assertions and Logging: Else

Chapters: 00:00:25 1. The Condition for 'else' 00:00:41 2. Example: Successful Calculation 00:01:06 3. Example: Handling Failure ...

2:20
[Python for Beginners]: 22.05. Exception Handling Assertions and Logging: Else

5 views

4 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.02. Exception Handling Assertions and Logging: Exception Class Hierarchy

Chapters: 00:00:23 1. The Root of All Errors: BaseException 00:00:43 2. The Main Branch: Exception 00:01:03 3. Common ...

2:53
[Python for Beginners]: 22.02. Exception Handling Assertions and Logging: Exception Class Hierarchy

0 views

4 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.03. Exception Handling Assertions and Logging: Handling Exceptions

Chapters: 00:00:24 1. The Basic try-except Structure 00:00:54 2. Catching Multiple Specific Exceptions 00:01:22 3. Catching ...

2:34
[Python for Beginners]: 22.03. Exception Handling Assertions and Logging: Handling Exceptions

0 views

4 weeks ago

Soren I. Ngo
[Python for Beginners]: 22.09. Exception Handling Assertions and Logging: Logging Configuration

Chapters: 00:00:26 1. Setting the Log Level 00:00:48 2. Formatting the Log Output 00:01:26 3. Logging to a File 00:01:54 ...

2:27
[Python for Beginners]: 22.09. Exception Handling Assertions and Logging: Logging Configuration

0 views

4 weeks ago

CS Tech
Python Part22 Assertion Error, Logging in Python

Assertion Error, Logging in Python Other video so please subscribe and click bell icon to give notification of cs tech solution.

6:52
Python Part22 Assertion Error, Logging in Python

0 views

5 days ago

vlogize
Wie man in Python eine leere Liste behauptet (Assert an Empty List)

Erfahren Sie, wie Sie in Python effektiv eine leere Liste behaupten können, mit klaren Beispielen und praktischen Tipps zum ...

1:32
Wie man in Python eine leere Liste behauptet (Assert an Empty List)

0 views

4 weeks ago

Hello World Classes
Python Tutorial #33 😳🔥 | raise & assert in Python (Developers Use This!) | Hindi 2025

Your Python program crashes because rules are not defined properly? In this video, learn how developers CREATE their own ...

5:42
Python Tutorial #33 😳🔥 | raise & assert in Python (Developers Use This!) | Hindi 2025

15 views

2 weeks ago

PythonPro502
assert y UML parte 1
21:10
assert y UML parte 1

0 views

2 days ago

CodeLucky
pytest Explained in 10 Minutes: Modern Python Testing Guide (2026)

Master the most popular Python testing framework in 2026! In this video, we dive deep into pytest, explaining why it's the ...

3:55
pytest Explained in 10 Minutes: Modern Python Testing Guide (2026)

0 views

6 days ago