ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,309 results

PythonPune
Context Managers: Manage your resources smartly

... light on the context managers in Python. He covers things like the `with` statement, creating your own context manager and the ...

27:04
Context Managers: Manage your resources smartly

46 views

5y ago

Python Peak
How to Create a Custom Context Manager? Unlock Python #secrets with Custom Context Managers!

How to Create a Custom Context Manager? Creating a custom context manager can help manage resources. But many ...

0:20
How to Create a Custom Context Manager? Unlock Python #secrets with Custom Context Managers!

420 views

1y ago

Python Peak
How to close objects without context managers? Simplify Object Closing in Python with

How to close objects without context managers? contextlib.closing() is a great tool for closing objects that lack a context ...

0:18
How to close objects without context managers? Simplify Object Closing in Python with

90 views

1y ago

Python Peak
How to create context managers with ExitStack? Master Context Managers with contextlib.ExitStack in

How to create context managers with ExitStack? Using ExitStack simplifies managing multiple context managers. It allows ...

0:18
How to create context managers with ExitStack? Master Context Managers with contextlib.ExitStack in

393 views

1y ago

Python Trainer
Lab420 Context Manager lecture

Make a context manager to use with the "with" keyword.

11:25
Lab420 Context Manager lecture

1 view

4y ago

Python Peak
How to create a custom context manager in Python? Master Context Managers Create Your Own!

How to create a custom context manager in Python? A custom context manager uses __enter__ and __exit__ methods.

0:33
How to create a custom context manager in Python? Master Context Managers Create Your Own!

17 views

1y ago

PyCon South Africa
Python in the context of a Start-up: The Good, The Bad and the Ugly

Adam Jorgensen Python is great language for developing software that works well in a short time-span. The ability to produce ...

43:49
Python in the context of a Start-up: The Good, The Bad and the Ugly

61 views

9y ago

Python Peak
How to Create Context Managers with contextlib.ExitStack? Master Context Managers in Python with

How to Create Context Managers with contextlib.ExitStack? ⚠️ The ExitStack helps manage multiple context managers easily.

0:15
How to Create Context Managers with contextlib.ExitStack? Master Context Managers in Python with

117 views

1y ago

Python Peak
Why use contextlib.ExitStack for resources? Master Resource Management with contextlib.ExitStack!

Why use contextlib.ExitStack for resources? Use ExitStack when managing multiple context managers. It allows dynamic ...

0:20
Why use contextlib.ExitStack for resources? Master Resource Management with contextlib.ExitStack!

191 views

1y ago

Python Peak
What’s the #secret to custom context managers? Unlocking the Power of Custom Context Managers in

What's the secret to custom context managers? 🏍️ Custom context managers let you manage resources easily. 🏍️ But why do ...

0:29
What’s the #secret to custom context managers? Unlocking the Power of Custom Context Managers in

27 views

1y ago

Python Peak
Why use contextlib.contextmanager in Python? Unlock Python’s #secret Context Manager Hack!

Why use contextlib.contextmanager in Python? contextlib.contextmanager helps manage resources efficiently. It allows you ...

0:30
Why use contextlib.contextmanager in Python? Unlock Python’s #secret Context Manager Hack!

86 views

1y ago

Python Peak
How to create a custom context manager in Python? Mastering Custom Context Managers in Python!

How to create a custom context manager in Python? You can create a custom context manager to manage resources. But it ...

0:18
How to create a custom context manager in Python? Mastering Custom Context Managers in Python!

161 views

1y ago

Cours Python 2
6.5 Context manager

Nous allons commencer par regarder comment utiliser un contexte manager en python. Il y a très peu de contexte manager ...

8:42
6.5 Context manager

2,100 views

11y ago

Python Peak
Why use contextlib.contextmanager in Python? Pythons #secret Custom Context Managers with

Why use contextlib.contextmanager in Python? The contextlib.contextmanager decorator lets you build context managers ...

1:03
Why use contextlib.contextmanager in Python? Pythons #secret Custom Context Managers with

19 views

1y ago

Python Peak
Can you use context managers in list comprehensions? Mastering Context Managers in List

Can you use context managers in list comprehensions? Yes, context managers can be used in list comprehensions.

0:11
Can you use context managers in list comprehensions? Mastering Context Managers in List

38 views

1y 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,189 views

8y ago

EuroPython Conference
María Andrea Vignau - SQLite, an (un) known super ant

SQLite, an (un) known super ant [EuroPython 2021 - Talk - 2021-07-28 - Parrot [Data Science]] [Online] By María Andrea Vignau ...

28:40
María Andrea Vignau - SQLite, an (un) known super ant

338 views

4y ago

AmbiG1
Python - Resource or context management [3.7]

ambig.one/2 https://www.cloudishes.com/2017/11/python.html.

25:19
Python - Resource or context management [3.7]

70 views

7y ago

Python Peak
What’s the trick with contextlib.contextmanager for resource management? Master Resource Management

What's the trick with contextlib.contextmanager for resource management? ✂️ Using contextlib.contextmanager helps manage ...

0:33
What’s the trick with contextlib.contextmanager for resource management? Master Resource Management

8 views

1y ago

Python Peak
How can you handle temporary files safely in Python? Master Python Context Managers for Temporary

How can you handle temporary files safely in Python? A custom context manager is perfect for handling temporary files.

1:57
How can you handle temporary files safely in Python? Master Python Context Managers for Temporary

23 views

1y ago