ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

445 results

2MinutesPy
What Exactly are "Context Managers" in Python?

In this video, we'll dive deep into the concept of context managers in Python and explore how they work with the `with` statement.

2:51
What Exactly are "Context Managers" in Python?

14,220 views

1 year ago

ArjanCodes
Building A Custom Context Manager In Python: A Closer Look

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Context managers in Python allow you to robustly ...

14:39
Building A Custom Context Manager In Python: A Closer Look

50,524 views

3 years ago

Python Morsels
What is a context manager?

Context managers power Python's "with" blocks. They sandwich a code block between *enter* code and *exit* code. They're most ...

2:36
What is a context manager?

929 views

2 years ago

Tech With Tim
Please Master This MAGIC Python Feature... 🪄

Click this link https://sponsr.is/bootdev_TechWithTim and use my code TECHWITHTIM to get 25% off your first payment for ...

25:10
Please Master This MAGIC Python Feature... 🪄

628,139 views

11 months ago

Python Morsels
Creating a context manager

Objects with "__enter__" and "__exit__" methods can be used as context managers in Python.

4:57
Creating a context manager

748 views

2 years ago

Tech With Tim
Learn These 3 GENUIS Python Features

Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/ If you want to ...

19:42
Learn These 3 GENUIS Python Features

48,095 views

8 months ago

TECHtalk
How Python's context managers help you clean up after yourself

Sometimes in Python programs you need to acquire external resources, like file handles, and then free them again. Python's ...

3:46
How Python's context managers help you clean up after yourself

573 views

5 years ago

Tech With Tim
7 Python Anti Patterns to Avoid

Get started with Airia today and register for a free account to start orchestrating your own AI agents: https://bit.ly/3KhdQOq This ...

21:56
7 Python Anti Patterns to Avoid

21,524 views

1 month ago

Tech With Tim
PLEASE Learn These 10 Advanced Python Features

... Annotations 16:13 | Descriptor Protocol | 16:13 19:11 | Decorators 24:13 | Context Managers 29:36 | Iterators 34:41 | Generators ...

42:28
PLEASE Learn These 10 Advanced Python Features

129,452 views

1 year ago

PyOhio
The Enters and Exits of Context Managers [PyOhio 2021]

Lightning Talk by Mason Egger at PyOhio 2021. Description: Have you ever opened a file using the with keyword in Python?

5:38
The Enters and Exits of Context Managers [PyOhio 2021]

84 views

4 years ago

Cours Python
6.8 Conception de context manager

Dans cette vidéo, nous allons voir comment concevoir des context managers, pour vos propres objets. Donc, regardons la ...

8:46
6.8 Conception de context manager

1,171 views

7 years ago

Intuidemy
05. Python Tutorial. Generators as Context Managers.

Python Tutorials in Arabic, with English Subtitles. بايثون بالعربي Managing resources in Python is explored, demonstrating how ...

5:23
05. Python Tutorial. Generators as Context Managers.

18 views

1 year ago

ArjanCodes
10 Tips to Become REALLY Good at Python

Visit https://brilliant.org/ArjanCodes/ to try Brilliant for free for 30 days. You'll also get 20% off an annual premium subscription.

27:39
10 Tips to Become REALLY Good at Python

64,787 views

11 months ago

Otávio Miranda
LangGraph: Lifespan com Async Context Managers (Aula 10)

In this video, we'll learn how to implement the "Lifespan" pattern in our agent applications with LangGraph. Correctly ...

17:01
LangGraph: Lifespan com Async Context Managers (Aula 10)

872 views

3 weeks ago

Zack Light
Do You REALLY know Python? Quant Dev Mock Interview

13:51 Level 3: Decorators, Context Managers, Metaclasses 14:30 *Writing a custom decorator* import functools def ...

33:23
Do You REALLY know Python? Quant Dev Mock Interview

397 views

15 hours ago

Tech With Tim
10 Python Concepts You NEED To Know in 2025

Checkout this FREE resource on "How To Land a Developer Role in the World of AI" made by myself, in collaboration with ...

24:08
10 Python Concepts You NEED To Know in 2025

52,025 views

1 year ago

Intuidemy
01. Python Tutorial. Context Managers: Introduction.

Python Tutorials in Arabic, with English Subtitles. بايثون بالعربي Context managers are potent tools for ensuring resources are ...

8:25
01. Python Tutorial. Context Managers: Introduction.

27 views

1 year ago

Intuidemy
04. Python Tutorial. User-Defined Context Manager – Part Three.

Python Tutorials in Arabic, with English Subtitles. بايثون بالعربي User-defined context managers in Python are explored, ...

7:03
04. Python Tutorial. User-Defined Context Manager – Part Three.

10 views

1 year ago

Intuidemy
02. Python Tutorial. User-Defined Context Manager – Part One.

Python Tutorials in Arabic, with English Subtitles. بايثون بالعربي User-defined context managers in Python are explored, ...

6:55
02. Python Tutorial. User-Defined Context Manager – Part One.

33 views

1 year ago

Intuidemy
03. Python Tutorial. User-Defined Context Manager – Part Two.

Python Tutorials in Arabic, with English Subtitles. بايثون بالعربي User-defined context managers in Python are explored, ...

5:45
03. Python Tutorial. User-Defined Context Manager – Part Two.

35 views

1 year ago