Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
135,866 results
Try Storm MCP: https://tryit.cc/t9aHuF9 Ever had your Python code crash because a file was missing or someone entered the ...
2,360 views
9 months ago
If you have code written that detects an error, execute a raise statement to exit the try block and start executing the except block ...
16,702 views
4 years ago
After the except blocks, you can have one finally block, which is used to clean-up code actions such as: - Close a connection to a ...
3,197 views
Have you ever used return, break, or continue inside a finally block and thought everything was fine? Well, Python 3.14 disagrees ...
9,149 views
1 year ago
Exceptions bubble up the call stack until they are handled or the program crashes. This gives you flexibility on where in your code ...
262 views
2 years ago
Demo: Adding try/except/finally to your application. Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython ...
95,679 views
6 years ago