jekwatt / study_effective_python

Study materials to write more pythonic code inspired by book Effective Python
6 stars 0 forks source link

Add notebook for item 43: Consider Contextlib and with Statements for Reusable try/finally Behavior #36

Closed jekwatt closed 4 years ago

jekwatt commented 4 years ago

Notebook for item 43:

jekwatt commented 4 years ago

See the below for related subjects:

jekwatt commented 4 years ago

Issue resolved via #76.