ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101 results

Python Tyro
Exception Handling In Python Class 12 One Shot | Computer Science | English

Online CBSE Tuition & Doubt Clarification Sessions for Class 11 & 12 – Computer Science & Informatics Practices Contact: ...

10:08
Exception Handling In Python Class 12 One Shot | Computer Science | English

37 views

7 days ago

Deeium
Day 10   Python Exception Handling
51:19
Day 10 Python Exception Handling

0 views

3 days ago

The Debug Zone
Fixing TypeError: a bytes-like object is required, not '_io.BufferedReader'

In this video, we tackle a common Python error that many developers encounter: "TypeError: a bytes-like object is required, not ...

1:30
Fixing TypeError: a bytes-like object is required, not '_io.BufferedReader'

0 views

5 days ago

Peter Schneider
Codereview: Custom Error Exception Class in Python

Custom Error Exception Class in Python I hope you found a solution that worked for you :) The Content is licensed under ...

6:04
Codereview: Custom Error Exception Class in Python

1 view

2 weeks ago

The Debug Zone
Max Recursion Depth Error: How to Mock Instance Methods in Python

In this video, we dive into the common issue of "Max Recursion Depth Error" that many Python developers encounter when ...

1:38
Max Recursion Depth Error: How to Mock Instance Methods in Python

0 views

2 weeks ago

The Debug Zone
Fixing 'module' object has no attribute 'unescape' Error in Python

In this video, we tackle a common issue faced by Python developers: the 'module' object has no attribute 'unescape' error.

1:54
Fixing 'module' object has no attribute 'unescape' Error in Python

11 views

3 weeks ago

The Debug Zone
Fixing Python Firebase Error: No Module Named 'firebase_admin' Solution

In this video, we tackle a common issue faced by Python developers working with Firebase: the dreaded "No Module Named ...

3:04
Fixing Python Firebase Error: No Module Named 'firebase_admin' Solution

3 views

3 weeks ago

The Debug Zone
Fixing 'Object of type ObjectID is not JSON serializable' Error in Python

In this video, we tackle a common issue faced by Python developers: the 'Object of type ObjectID is not JSON serializable' error.

1:52
Fixing 'Object of type ObjectID is not JSON serializable' Error in Python

0 views

11 days ago

The Debug Zone
Fixing Fatal Python Error in Dynamic Python Execution of Embedded Code

In this video, we tackle a common yet critical issue faced by developers working with embedded Python code: the dreaded "Fatal ...

3:46
Fixing Fatal Python Error in Dynamic Python Execution of Embedded Code

1 view

4 days ago

The Debug Zone
Fixing KeyError: 'EXIF DateTimeOriginal' in Python Image Processing Scripts

In this video, we tackle a common issue faced by Python developers working with image processing: the KeyError related to 'EXIF ...

1:30
Fixing KeyError: 'EXIF DateTimeOriginal' in Python Image Processing Scripts

0 views

2 days ago

CNCF [Cloud Native Computing Foundation]
Tutorial: Getting Started With gRPC: Hands-On Codelab - Richard Belleville & E John Feig, Google

Error Handling and Interceptors: Explore techniques for graceful error handling and implementing middleware using gRPC ...

1:15:13
Tutorial: Getting Started With gRPC: Hands-On Codelab - Richard Belleville & E John Feig, Google

44 views

3 weeks ago

The Debug Zone
Fixing python-ldap OBJECT_CLASS_VIOLATION Error When Adding AD User Attributes

In this video, we tackle a common issue faced by developers when working with Active Directory using the python-ldap library: the ...

1:54
Fixing python-ldap OBJECT_CLASS_VIOLATION Error When Adding AD User Attributes

0 views

10 days ago

The Debug Zone
How to Fix IndentationError in Python: Common Causes and Solutions

In this video, we dive into one of the most common pitfalls for Python programmers: the dreaded IndentationError. Whether you're ...

2:44
How to Fix IndentationError in Python: Common Causes and Solutions

0 views

10 days ago

The Debug Zone
How to Fix 'Load Weights Require h5py' Error in TensorFlow and Keras

In this video, we tackle a common issue faced by TensorFlow and Keras users: the 'Load Weights Require h5py' error. If you've ...

2:00
How to Fix 'Load Weights Require h5py' Error in TensorFlow and Keras

0 views

10 days ago

The Debug Zone
Fixing OpenCV Error: Unknown Error Code -49 in Python - Troubleshooting Guide

In this video, we dive into a common yet perplexing issue faced by developers working with OpenCV in Python: the Unknown ...

2:50
Fixing OpenCV Error: Unknown Error Code -49 in Python - Troubleshooting Guide

1 view

3 weeks ago

Sunny Solanki - CoderzColumn
20 Python Mistakes I See Beginners Make Every Day

Every Python beginner — including me, once — makes a few classic mistakes that can quietly break your code or slow your ...

8:38
20 Python Mistakes I See Beginners Make Every Day

60 views

4 weeks ago

Swiss Python Summit
Daniel Szoke - Why you, as a Python developer, should learn Rust - SPS25

Talk recorded at the Swiss Python Summit on October 16th, 2025. Licensed as Creative Commons Attribution 4.0 International.

28:54
Daniel Szoke - Why you, as a Python developer, should learn Rust - SPS25

217 views

1 month ago

The Debug Zone
How to Handle Division by Zero in Pandas: Tips and Solutions

... #datacleaning, #programmingerrors, #dataprocessing, #pythonlibraries, #dataframes, #exceptionhandling.

2:06
How to Handle Division by Zero in Pandas: Tips and Solutions

1 view

4 weeks ago

The Debug Zone
Fixing Keras Concatenate TypeError: Multiple Values for 'axis' Argument

In this video, we tackle a common issue encountered when using the Keras library for deep learning: the TypeError related to ...

2:06
Fixing Keras Concatenate TypeError: Multiple Values for 'axis' Argument

0 views

2 weeks ago

The Debug Zone
Fixing ImportError: No module named 'cv2' in Python 3 - Quick Solutions

In this video, we tackle a common issue faced by Python developers: the dreaded "ImportError: No module named 'cv2'." If you've ...

3:09
Fixing ImportError: No module named 'cv2' in Python 3 - Quick Solutions

0 views

3 days ago

The Debug Zone
How to Check for Integer Overflow in Python: Tips and Solutions

In this video, we delve into the critical topic of integer overflow in Python, a common issue that can lead to unexpected behavior in ...

3:29
How to Check for Integer Overflow in Python: Tips and Solutions

0 views

1 month ago

The Debug Zone
Kivy Error: [CRITICAL] [Text] Unable to Find Text Provider in Python 3.6.1

In this video, we dive into a common issue faced by developers using Kivy, specifically the error message: "[CRITICAL] [Text] ...

3:24
Kivy Error: [CRITICAL] [Text] Unable to Find Text Provider in Python 3.6.1

0 views

1 day ago

The Debug Zone
Fixing Pyomo ValueError: Invalid Constraint Expression - Troubleshooting Guide

In this video, we dive into a common issue faced by users of Pyomo, a powerful optimization modeling language in Python.

1:47
Fixing Pyomo ValueError: Invalid Constraint Expression - Troubleshooting Guide

0 views

11 days ago

The Debug Zone
Fixing Keras 'Unknown Loss Function' Error with Custom Loss Function Guide

In this video, we tackle a common issue faced by many Keras users: the 'Unknown Loss Function' error. If you've ever tried to ...

2:45
Fixing Keras 'Unknown Loss Function' Error with Custom Loss Function Guide

0 views

3 weeks ago

The Debug Zone
Fixing ImportError in Python Unittest: Start Directory Not Importable

In this video, we tackle a common issue faced by Python developers when running unit tests: the dreaded "ImportError: Start ...

2:45
Fixing ImportError in Python Unittest: Start Directory Not Importable

0 views

6 days ago