Skip to content

The Enters and Exits of Context Managers

Lightning Talk at 11:30AM EDT

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

Presented by

Mason Egger