swcarpentry / python-second-language

Full-day lesson on Python as a second language.
https://swcarpentry.github.io/python-second-language/
Other
15 stars 15 forks source link

Include callout mention of `with` keyword in File I/O episode #14

Closed dwinston closed 8 years ago

dwinston commented 8 years ago

It's a good way to hint that closeing a file is a good idea, and as a callout, it's optional for discussion.