Vladimir

64%
Flag icon
The with statement sets up a temporary context and reliably tears it down, under the control of a context manager object. This prevents errors and reduces boilerplate code, making APIs at the same time safer and easier to use.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview