Context Managers and the “with” Statement in Python

The “with” statement in Python is regarded as an obscure feature by some. But when you peek behind the scenes of the underlying Context Manager protocol you’ll see there’s little “magic” involved.
Read more

Similar

Python Project Template

python_project_template - Template for all my Python projects on Github. Automatic integration with Python 2.7 - 3.7, Travis, AppVeyor, Codecov, CodeClimate, MentionBot, Sphinx, Readthedocs, Flake8...

Read more »