[Edu-sig] probability and statistics demo for kids

2018-02-21 Thread Perry Grossman
I am thinking of doing a simplified interactive presentation on probability and Bayesian statistics for my kids' elementary school. I think it would probably be best for 6-8th graders, but there might be ways to do this for younger students. I'd like to run some Python code to show probability

Re: [Edu-sig] if I taught high school calculus today... (kirby urner)

2018-02-21 Thread Perry Grossman
Yes, interesting post. It would be great to see calculus taught in Jupyter notebooks. Allen Downey's work is great. I am watching his SciPy 2017 computational stats talk: https://www.youtube.com/watch?v=He9MCbs1wgE Also, interesting, Christopher Fonnesbeck - Introduction to Statistical

Re: [Edu-sig] False alarms

2018-07-08 Thread Perry Grossman
plus 1: math = math + cs On Sat, Jul 7, 2018, 12:00 PM wrote: > Send Edu-sig mailing list submissions to > edu-sig@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/edu-sig > or, via email, send a message with

Re: [Edu-sig] probability and statistics demo for kids

2018-03-31 Thread Perry Grossman
Hi All, Thanks for the great comments. Sorry for the delay. I have reviewed most of the materials and will review more. I drafted a presentation plan for next Friday here: https://docs.google.com/document/d/1MNIwqjJ2kVS80zy69606TEPLZGy_e-5W0Ae7L5BeaNE/edit?usp=sharing If you have any more

[Edu-sig] "Data Science for Undergraduates: Opportunities and Options (2018)"

2018-10-13 Thread Perry Grossman
FYI, National Academies of Sciences, Engineering, and Medicine; report that may be of interest to you. "Data Science for Undergraduates: Opportunities and Options (2018)" https://www.nap.edu/catalog/25104/data-science-for-undergraduates-opportunities-and-options I just skimmed parts; looks

[Edu-sig] Teaching Python Podcast

2019-05-07 Thread Perry Grossman
Hi All, You might find this Teaching Python Podcast of interest: https://www.teachingpython.fm/ Perry ___ Edu-sig mailing list Edu-sig@python.org https://mail.python.org/mailman/listinfo/edu-sig

[Edu-sig] Teaching and Learning with Jupyter

2019-12-13 Thread Perry Grossman
Looks like good stuff here: Teaching and Learning with Jupyter *Lorena A. Barba, Lecia J. Barker, Douglas S. Blank, Jed Brown, Allen B. Downey, Timothy George, Lindsey J. Heagy, Kyle T. Mandli, Jason K. Moore, David Lippert, Kyle E. Niemeyer, Ryan R. Watkins, Richard H. West, Elizabeth Wickes,

[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: