ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,737 results

Simple Python
Python Exceptions: Why try Is Faster Than Checking

Getting a key from a dict: the if-check costs 22.5 ns, try/except costs 13.4. try wins because 3.11 made it free until something is ...

3:23
Python Exceptions: Why try Is Faster Than Checking

4 views

3w ago

ProgDev_Labs
Can You Spot the Python Error?

One small mistake can break your entire Python code. In this video, we find the hidden errors, understand what went wrong, ...

3:31
Can You Spot the Python Error?

95 views

5d ago

DevScriptor
Python Module 6: Error Handling — Overview & What You'll Learn

A quick overview of Module 6: Error Handling, from the Python Basics to Advanced course — what this module covers and why it ...

1:06
Python Module 6: Error Handling — Overview & What You'll Learn

3 views

4d ago

ByteWise
Python try / except Explained (Handle Errors) | Zero to Pro #46

One bad line crashing your whole Python program? try/except catches the error and keeps you running. This tutorial covers ...

3:52
Python try / except Explained (Handle Errors) | Zero to Pro #46

0 views

2d ago

AIDDers
Python Exception Handling: Stop Errors from Crashing Your Data Analysis

Files go missing, values come in the wrong format, and averages divide by zero. Python's try-except lets your analysis pipeline ...

3:04
Python Exception Handling: Stop Errors from Crashing Your Data Analysis

33 views

11d ago

Get Guidy
How to Fix a Python Syntax Error in Seconds

Here's how to fix a Python syntax error in seconds, using Guidy (an AI ...

0:29
How to Fix a Python Syntax Error in Seconds

125 views

3w ago

Michael Gyamfi
Fix Python Errors: Try, Except & Debugging

Understand common Python errors and catch them with try/except - debugging skills every programmer needs. #Python ...

0:14
Fix Python Errors: Try, Except & Debugging

1 view

11d ago

GlobalScalar
Python  09 Errors and Debugging | #pythonprogramming #pythontutorial #python3 #pythonbeginner

Learn Errors and Debugging in Python in this beginner-friendly animated Python tutorial. In this lesson, you will learn how to ...

1:01
Python 09 Errors and Debugging | #pythonprogramming #pythontutorial #python3 #pythonbeginner

9 views

1d ago

Python to Job
Python Multiple Except Blocks & Exception Hierarchy | Python Tutorial #29

Handle different errors gracefully: granular error dispatching, grouping related exceptions in tuples, inheritance hierarchy traps, ...

1:28
Python Multiple Except Blocks & Exception Hierarchy | Python Tutorial #29

5 views

12d ago

Python_UA
Exception Handling Syntax error vs logical errors

Exception Handling [Syntax error vs logical errors] Урок Python українською ☕ Якщо відео допомогло — постав каву ...

3:59
Exception Handling Syntax error vs logical errors

1 view

3w ago

Python to Job
Python Exception Handling: Try-Except & The EAFP Principle | Python Tutorial #28

Write crash-proof code: core try-except structure, capturing error messages with 'as exc', why bare except is an anti-pattern, and ...

1:29
Python Exception Handling: Try-Except & The EAFP Principle | Python Tutorial #28

7 views

13d ago

ZassTech Dev
Python's Silent UTF-8 Trap—How to Avoid UnicodeDecodeError

Most developers assume text files are always safe to decode—but pathlib.Path.read_text() silently fails on binary data.

1:52
Python's Silent UTF-8 Trap—How to Avoid UnicodeDecodeError

23 views

2w ago

Kandi Brian
Implicit Conversions and Type Safety Errors in Python

... int the parenthesis and put hello in the string inside of that we'll get a value error an invalid literal python cannot recognize hello ...

3:14
Implicit Conversions and Type Safety Errors in Python

0 views

13d ago

AnnZee Learning
Python for Beginners #25 | Error Handling: try, except & finally

Lesson 25 of Python for Beginners by AnnZee Learning! Learn to handle errors gracefully so your programs respond calmly ...

2:56
Python for Beginners #25 | Error Handling: try, except & finally

2 views

3w ago

vlogommentary
How to Fix mistral-inference Installation Errors on Windows with Python 3.13

Solve common installation errors for the mistral-inference Python package on Windows by using compatible Python versions and ...

3:22
How to Fix mistral-inference Installation Errors on Windows with Python 3.13

6 views

12d ago

ZassTech Dev
Python's Silent Exception Trap: Catch Them in 1 Line

ThreadPoolExecutor swallows exceptions unless you call future.exception()—here's how to catch them instantly with a one-line ...

2:07
Python's Silent Exception Trap: Catch Them in 1 Line

5 views

12d ago