ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 results

Learn Fundamentals
Python Intermediate - Raising Exceptions (raise)

Python Intermediate - Raising Exceptions (raise)

2:14
Python Intermediate - Raising Exceptions (raise)

2 views

4 weeks ago

Newtum Solutions
Raising an Exception in Python | Python for Beginners | Chapter 73

In this Python tutorial, we'll continue our journey in Exception Handling and explore two very important statements — finally and ...

3:29
Raising an Exception in Python | Python for Beginners | Chapter 73

17 views

1 month ago

CodeLucky
Python Custom Exceptions Explained: Create Your Own Errors!

Unlock the power of custom exceptions in Python! This beginner-friendly tutorial walks you through everything you need to ...

3:46
Python Custom Exceptions Explained: Create Your Own Errors!

8 views

2 weeks ago

CodeLucky
Python Exception Handling: A Beginner's Guide to try, except, else, and finally

Dive deep into Python's powerful error handling mechanisms! This comprehensive tutorial is designed for beginners and ...

3:53
Python Exception Handling: A Beginner's Guide to try, except, else, and finally

13 views

2 weeks ago

Abdul Muqeet
Python Function with Assertion and Exception Handling | VTU Q7 | 1BPLC105B

Python Program Using Function, Assertion, and Exception Handling VTU Model Question Paper – 1BPLC105B (Question 7) In ...

3:35
Python Function with Assertion and Exception Handling | VTU Q7 | 1BPLC105B

46 views

13 days 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

2 views

3 weeks ago

tech pandit shivang
Raise Key Word In Python | RUN IDLE AND VS CODE

Master Python Concepts! In this video, we dive deep into the **Raise Key Word In Python**. Discover how to handle exceptions ...

3:46
Raise Key Word In Python | RUN IDLE AND VS CODE

4 views

9 days ago

Jakubication
Python Set Remove vs Discard

This video shows Python set remove vs discard. These two set methods are identical except for one aspect. Set remove raises an ...

1:13
Python Set Remove vs Discard

0 views

2 days ago

eduCOBOT
Python Advanced on eduCOBOT

Python Advanced on eduCOBOT gives learners a glimpse into how real-world software is designed, structured, and managed ...

0:56
Python Advanced on eduCOBOT

0 views

5 days ago

vlogommentary
Handling WRONGTYPE Errors When Fetching Redis Data in Python

Learn how to resolve Redis WRONGTYPE errors by detecting key types and using the right methods to fetch data with Python's ...

2:23
Handling WRONGTYPE Errors When Fetching Redis Data in Python

0 views

4 weeks ago

vlogommentary
How to Handle F841 Unused Variable Warning in Flake8 When Using Exception Variables Prefixed with _

Learn why Flake8's F841 warning appears for unused exception variables prefixed with an underscore and how to properly ...

2:39
How to Handle F841 Unused Variable Warning in Flake8 When Using Exception Variables Prefixed with _

0 views

3 weeks ago

vlogommentary
How to Correctly Update the Output of a max_list Function with a Changing List in Python

Learn how to fix and improve your Python function that finds the maximum in a list when the list changes dynamically, including ...

3:34
How to Correctly Update the Output of a max_list Function with a Changing List in Python

0 views

3 weeks ago

vlogommentary
Fixing cannot determine truth value of Relational Error in Python Newton-Raphson with SymPy

Learn how to resolve the 'cannot determine truth value of Relational' error encountered when using the Newton-Raphson ...

2:42
Fixing cannot determine truth value of Relational Error in Python Newton-Raphson with SymPy

0 views

3 weeks ago

vlogommentary
Gracefully Handling Task Failures in Ray Parallel Jobs

Log errors for diagnostics without raising exceptions externally. Example: An Error-Suppressing Decorator [[See Video to Reveal ...

3:23
Gracefully Handling Task Failures in Ray Parallel Jobs

2 views

4 weeks ago

Hello World Classes
✅ Python Core COMPLETE 😳🔥 | From Zero to Real Coding (Next Level Starts!)

CONGRATULATIONS! You've officially completed the CORE PYTHON journey Agar aapne ye playlist yahan tak dekhi hai ...

2:17
✅ Python Core COMPLETE 😳🔥 | From Zero to Real Coding (Next Level Starts!)

16 views

4 weeks ago

vlogommentary
Fixing Python timestamp() Error by Adding Year to Datetime Objects

Learn how to resolve the 'Invalid argument' error in Python's datetime timestamp() method by ensuring your datetime objects ...

2:28
Fixing Python timestamp() Error by Adding Year to Datetime Objects

2 views

3 weeks ago

Vignesh
CS50 Final Project: Automated Match Pairing System

The Automated Match Pairing System is a Python-based command-line application that simulates a Swiss-system chess ...

2:59
CS50 Final Project: Automated Match Pairing System

39 views

2 weeks ago

vlogommentary
How to Identify Broken XML Files Inside a zip Archive Using Python

Learn how to detect corrupted XML files within zipped archives using Python's lxml library. This guide shows how to catch parsing ...

3:52
How to Identify Broken XML Files Inside a zip Archive Using Python

1 view

3 weeks ago

Delft Stack
Fix NumPy ValueError operands could not be broadcast together with shapes (2,3), (3,2)

Are you getting the NumPy error “ValueError: operands could not be broadcast together with shapes (2,3) (3,2)” when trying to ...

2:04
Fix NumPy ValueError operands could not be broadcast together with shapes (2,3), (3,2)

9 views

4 weeks ago

vlogommentary
Fixing the re.error: multiple repeat Issue in Pandas .str.contains Calls

Learn how to resolve the 'multiple repeat' regex error in pandas when using .str.contains by switching to non-regex substring ...

2:35
Fixing the re.error: multiple repeat Issue in Pandas .str.contains Calls

0 views

3 weeks ago