We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebe31b commit cc5a605Copy full SHA for cc5a605
Writing Functions in Python/II Context Managers.py
@@ -0,0 +1,5 @@
1
+"""********************************************************************************************************************************************
2
+If you've ever seen the "with" keyword in Python and wondered what its deal was, then this is the chapter for you! Context managers
3
+are a convenient way to provide connections in Python and guarantee that those connections get cleaned up when you are done using them.
4
+This chapter will show you how to use context managers, as well as how to write your own.
5
+********************************************************************************************************************************************"""
0 commit comments