ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

182 results

QED Realized
Learn Python #26: When Correct Formulas Give Wrong Answers | Errors, Conditioning, and Stability

Last episode we saw that floating-point numbers are tiny, well-behaved lies. This episode is about what those lies do when you ...

15:27
Learn Python #26: When Correct Formulas Give Wrong Answers | Errors, Conditioning, and Stability

11 views

20h ago

AI Essentials
Python Session - 15 | Exception Handling | Try, Except & Common Errors

Python Tutorial for Beginners – Session 15 | Exception Handling, Try & Except & Python Errors Welcome to Python Session 15!

1:02:35
Python Session - 15 | Exception Handling | Try, Except & Common Errors

0 views

7h ago

Adsorp AI
1.4 Error Handling as Values: Ditching Try-Except in Go | Memory, Pointers, and Tooling

Transition away from Python's hidden exception unwinding and master Go's explicit error handling model where errors are ...

14:21
1.4 Error Handling as Values: Ditching Try-Except in Go | Memory, Pointers, and Tooling

1 view

16h ago

ByteWise
Python raise Explained (Throw Your Own Errors) | Zero to Pro #49

Need to trigger an error on purpose in Python? The raise statement stops execution when something's genuinely wrong.

4:26
Python raise Explained (Throw Your Own Errors) | Zero to Pro #49

0 views

1h ago

Adsorp AI Hindi
1.4 Error Handling as Values: Ditching Try-Except in Go | Memory, Pointers, and Tooling

Discover why Go eschews dynamic try-except exception bubbling in favor of explicit values. We inspect Go's idiomatic error ...

18:24
1.4 Error Handling as Values: Ditching Try-Except in Go | Memory, Pointers, and Tooling

0 views

10h ago

vlogommentary
How to Add a Proper Error Message to Your Python Chatbot Using dict.get()

Learn how to implement error handling in a Python chatbot by leveraging dictionaries and the dict.get() method for clean and ...

3:29
How to Add a Proper Error Message to Your Python Chatbot Using dict.get()

0 views

45 min ago

Python_with_Harsh
Can You Build This Calculator in Python? 🤯 | Beginner Project #2

Stop writing messy Python scripts! Learn how to build a clean, fully functional Calculator project in Python the RIGHT way.

8:11
Can You Build This Calculator in Python? 🤯 | Beginner Project #2

46 views

4h ago

vlogommentary
Understanding Task Cancellation and Exception Handling in asyncio with Python 3.12

Learn why exceptions like ZeroDivisionError seemingly don't halt your asyncio program and how proper CancelledError handling ...

3:49
Understanding Task Cancellation and Exception Handling in asyncio with Python 3.12

0 views

3h ago

vlogommentary
Fixing AttributeError: partially initialized module 'numpy.core.arrayprint' in Python

Learn how to resolve the 'partially initialized module numpy.core.arrayprint has no attribute array2string' error caused by ...

2:13
Fixing AttributeError: partially initialized module 'numpy.core.arrayprint' in Python

1 view

23h ago

TuitionHarbour Computer Science
Flow of Control in Python | Sequential, Conditional & Iterative Flow |CBSE Class 11 Computer Science

Learn Flow of Control in Python for CBSE Class 11 Computer Science in a simple, beginner-friendly way. This lesson covers: ...

4:29
Flow of Control in Python | Sequential, Conditional & Iterative Flow |CBSE Class 11 Computer Science

1 view

6h ago

vlogommentary
How to Verify and Return a Patch Dictionary Using Related equip_id Keys in Python

Learn how to verify that a patch dictionary's `equip_id` matches a key pattern in another dictionary before updating, avoiding ...

2:52
How to Verify and Return a Patch Dictionary Using Related equip_id Keys in Python

0 views

1h ago

Adsorp AI Hindi
6.4 Idiomatic Error Mapping: Rust Results to Python | Building Native Extensions with PyO3

Bridge Rust's explicit Result[T, E] paradigm with Python's exception handling model cleanly and idiomatically. Learn how PyO3 ...

18:59
6.4 Idiomatic Error Mapping: Rust Results to Python | Building Native Extensions with PyO3

3 views

15h ago

Softonic
PyCharm: What it is and how it helps you program in Python

PyCharm is a Python IDE from JetBrains that helps you create, run, and debug projects with less friction. PyCharm Community ...

1:47
PyCharm: What it is and how it helps you program in Python

31 views

10h ago

vlogommentary
Handling Missing Field Separators in Python CSV Files

Learn how to robustly parse CSV files in Python when rows may lack expected commas, handling missing or malformed fields ...

3:46
Handling Missing Field Separators in Python CSV Files

0 views

6h ago

vlogommentary
Troubleshooting Docker Python Projects with pipenv After Long Inactivity

Learn why a Python project configured with pipenv may fail to start in Docker after a long time and how to resolve dependency ...

3:28
Troubleshooting Docker Python Projects with pipenv After Long Inactivity

0 views

2h ago

vlogommentary
Fixing TypeError: object of type 'int' has no len() in Python Recursive Sum Function

Learn how to resolve the TypeError caused by using list.pop() incorrectly in a recursive Python function summing array elements.

2:57
Fixing TypeError: object of type 'int' has no len() in Python Recursive Sum Function

0 views

6h ago

vlogommentary
How to Convert Polybius Square Coordinates into Concatenated Numbers in Python

Learn how to convert coordinate pairs from a Polybius square encryption into concatenated two-digit numbers in Python using ...

2:19
How to Convert Polybius Square Coordinates into Concatenated Numbers in Python

0 views

5h ago

vlogommentary
Fixing association_proxy with Dataclasses in Flask-SQLAlchemy

Learn how to resolve the 'mutable default' error when using SQLAlchemy's association_proxy with Python dataclasses in a Flask ...

4:32
Fixing association_proxy with Dataclasses in Flask-SQLAlchemy

0 views

3h ago

Argusic
mycli tested: Rich MySQL Terminal Client. Broke 4 times, recovered from every one.

mycli: Rich MySQL Terminal Client with AutoCompletion, Syntax. Broke 4 times, recovered from every one. Getting mycli running ...

9:35
mycli tested: Rich MySQL Terminal Client. Broke 4 times, recovered from every one.

0 views

11h ago