Python Context Managers and the "with" Statement – Real Python (original) (raw)
Python’s with
statement is powered by a language feature called context managers. It helps you simplify some common resource management patterns by abstracting their functionality and allowing them to be factored out and reused.
In this course you’ll learn how context managers and the with
statement work in Python, including the difference between class-based and function-based context managers, as well as some other tricks that will make you a more efficient Python developer.
What’s Included:
- 6 Lessons
- Video Subtitles and Full Transcripts
- Q&A With Python Experts: Ask a Question
- Certificate of Completion