'with' keyword in Python
When I tried this keyword I wondered what could be used for that keyword, but when I found out that this is pretty much a fantastic feature given by python to use.
It is basically a shorthand for avoiding cleanup code. Suppose I am writing something ...
madhu003.hashnode.dev1 min read