[Edu-sig] Re: Edu-sig Digest, Vol 192, Issue 9 Learn Python and what? How to teach about Context Managers (a proposal)

2019-10-31 Thread kirby urner
Thanks for those references Perry. Would it be possible to share your notebook so I could play with that > context manager code? I looked on your github, but did not see it: > https://github.com/4dsolutions?tab=repositories > > Cheers, > Perry > Here's a relevant Jupyter Notebook, not exactly

[Edu-sig] Re: Edu-sig Digest, Vol 192, Issue 9 Learn Python and what? How to teach about Context Managers (a proposal)

2019-10-31 Thread Perry Grossman
Hi, Thanks, good to learn more about the context manager. I have been learning to use it as part of probabilistic programming. Here is a cursory mention of it, by Thomas Wiecki - on Probabilistic Programming Data Science with PyMC3: https://youtu.be/LlzVlqVzeD8?t=732 And here by Eric Ma: