Context Managers: Managing resources in Python the right way
The What
If you've worked with Python for any length of time, chances are that you might have come across the term context manager. Or if you're a beginner getting your feet wet, you might have seen the with keyword being used in tutorials, most like...
adityamahapatra.hashnode.dev7 min read