Topic
A Gentle Introduction to Context Managers
By: Aly Sivji
Date: June 8, 2017, 6 p.m.
We've all used context managers provided by the Python Standard Library to read from/write to a file. Have you ever wondered what was happening underneath the hood when you used a with statement? This talk will explore context managers, discuss various use cases, and show you how to implement a context manager to manage MongoDB connections.