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
2,516 results
Resources & Further Learning - Practice notebook → https://go.visuallyexplained.co/context-managers-exercises - Practice ...
14,586 views
3 months ago
5,609 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Tired of passing five arguments to every function?
126,567 views
7 months ago
It's the 20th anniversary of PEP 343! Context managers have been part of Python since 2005, but they're still as useful as ever.
275 views
Resource leaks are one of the most common causes of bugs in production applications. In this video, you'll learn how Python's ...
52 views
11 days ago
Explained in under a minute: how Python's context manager handles setup and cleanup for you using with. No leaks, no forgotten ...
23 views
Pasa de cero a experto con los Context Managers en Python! En esta guía completa vas a dominar a fondo el bloque with para ...
42 views
2 weeks ago
In the second session of our Python + Agents series, we'll extend agents built with the Microsoft Agent Framework by adding two ...
5,682 views
Streamed 4 months ago
Agents need context (e.g., instructions, external knowledge, tool feedback) to perform tasks. Context engineering is the art and ...
188,730 views
11 months ago
contextlib.nullcontext for optional context managers Placeholder context manager that does nothing Use nullcontext when lock not ...
12 views
Are you ready to elevate your Python skills? ⚡ Discover the hidden powers of context managers in this video! Dive deep into ...
6 views
Master Python context managers — the complete beginner-to-advanced tutorial covering everything from your first `with` ...
13 views
1 month ago
En este tutorial aprenderás qué es un Context Manager y por qué es una de las herramientas más elegantes y potentes de ...
24 views
6 months ago
contextlib.contextmanager decorator Create context managers from generator functions.
1 view
Euron - https://euron.one/ Resource Link ...
272 views
How Do Python Context Managers Work With SQLite? Are you interested in making your Python database work more efficiently ...
25 views
Visit Byterover: ...
16,014 views
5 months ago
I keep seeing with statements in Python what exactly is a context manager a context manager is a Python construct that sets ...
34 views
What are the trade-offs between the @contextmanager decorator and class-based context managers in Python? This video ...
0 views
4 months ago
What Are Python SQLite Context Managers Used For? Have you ever wondered how to manage your database connections ...
5 views