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

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

2018-02-24 Thread kirby urner
On Sat, Feb 24, 2018 at 5:21 PM, Wes Turner wrote: > > > +1. "Python Data Science Handbook" (by Jake VanderPlas) is available in > print and as free Jupyter notebooks: > https://github.com/jakevdp/PythonDataScienceHandbook > > It covers IPython, NumPy, Pandas, Matplotlib,

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

2018-02-24 Thread Wes Turner
On Saturday, February 24, 2018, kirby urner wrote: > > ​In terms of Machine Learning more generally, I want to give special > recognition to Jake VanderPlas, an astronomer who dives deep into > scikit-learn in some multi-hour Youtube-shared tutorials. > > Example: >

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

2018-02-24 Thread kirby urner
​In terms of Machine Learning more generally, I want to give special recognition to Jake VanderPlas, an astronomer who dives deep into scikit-learn in some multi-hour Youtube-shared tutorials. Example: https://youtu.be/L7R4HUQ-eQ0 His excellent keynote at Pycon2017: https://youtu.be/ZyjCqQEUa8o

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

2018-02-23 Thread Wes Turner
On Wednesday, February 21, 2018, A Jorge Garcia via Edu-sig < edu-sig@python.org> wrote: > I tried using Jupyter Notebooks last year with my Calc and preCalc > students last year. However, I'm using CoCalc.com which is Sage Math > Cloud gone commercial. It was free to use for a while. However, if

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

2018-02-23 Thread Wes Turner
Here's the AP Statistics course page for instructors: https://apcentral.collegeboard.org/courses/ap-statistics https://en.wikipedia.org/wiki/AP_Statistics It's probably worth mentioning nbgrader for grading notebooks and nbval for testing notebooks: https://github.com/jupyter/nbgrader

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

2018-02-23 Thread Wes Turner
On Friday, February 23, 2018, Blake wrote: > The programs / code examples you all have proposed look great. > > Perry, I think your idea to teach Bayesian statistics to 6-8th graders > sounds great! > > Just wanted to chime in on a different angle of this: the relevance of

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

2018-02-23 Thread Blake
The programs / code examples you all have proposed look great. Perry, I think your idea to teach Bayesian statistics to 6-8th graders sounds great! Just wanted to chime in on a different angle of this: the relevance of the problem(s) that you address. Here is a video of one of my former high

[Edu-sig] probability and statistics demo for kids

2018-02-23 Thread Wes Turner
"Seeing Theory: A visual introduction to probability and statistics" http://students.brown.edu/seeing-theory/ https://github.com/seeingtheory/Seeing-Theory These are JavaScript widgets, so not Python but great visual examples that could be implemented with ipywidgets and some JS. explorable.es

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

2018-02-23 Thread kirby urner
I'm a big fan of Galton Boards: https://youtu.be/3m4bxse2JEQ (lots more on Youtube) Python + Dice idea = Simple Code http://www.pythonforbeginners.com/code-snippets-source-code/game-rolling-the-dice/ I'd introduce the idea that 1 die = Uniform Probability but 2+ dice = Binomial distribution

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

2018-02-21 Thread A Jorge Garcia via Edu-sig
I tried using Jupyter Notebooks last year with my Calc and preCalc students last year. However, I'm using CoCalc.com which is Sage Math Cloud gone commercial. It was free to use for a while. However, if you use it regularly as I have, you get a big red banner across the screen telling you to

[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