Contribute Media
A thank you to everyone who makes this possible: Read More

The Enters and Exits of Context Managers

Description

Have you ever opened a file using the with keyword in Python? That little keyword is one of the many fascinating parts of the Python programming language, the Context Manager. This talk will cover all things Context Manager, from what they are, how to build them, when to use them, and more. View the source code for this entire presentation on GitHub

Details

Improve this page