[Edu-sig] Re: COVID-19 Resources, Curricula, Prompts

2020-03-24 Thread Wes Turner
Khan Academy resources: "Estimating actual COVID 19 cases (novel corona virus infections) in an area based on deaths" on YouTube https://youtu.be/mCa0JXEwDEk "Remote learning with Khan Academy during school closures"

[Edu-sig] Re: COVID-19 Resources, Curricula, Prompts

2020-03-24 Thread Wes Turner
Why does this turn negative at 40 timesteps? !conda install -y pandas matplotlib || pip install -y pandas matplotlib %matplotlib inline import pandas as pd nrange = range(100) df = pd.DataFrame(index=nrange) df['cases'] = 3**df.index df.tail() df.plot() df['casesfmt'] = df['cases'].apply(

[Edu-sig] Re: COVID-19 Resources, Curricula, Prompts

2020-03-24 Thread Wes Turner
https://en.wikipedia.org/wiki/Epidemiology https://en.wikipedia.org/wiki/Mathematical_modelling_of_infectious_disease https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology - Why we wear masks when we go outside https://en.wikipedia.org/wiki/Technological_singularity

[Edu-sig] COVID-19 Resources, Curricula, Prompts

2020-03-24 Thread Wes Turner
A thread to share [collections of] resources, curriculum ideas, etc. about and for during the COVID-19 epidemic Lots of analyses, some data, some helpful contributions, lots of people learning about exponential growth One video I saw mentioned that a person normal flu infects about 1.3-1.4 other

[Edu-sig] Re: My SIR Model

2020-03-24 Thread kirby urner
Awesome! If you do any kind of Youtube on this specific SIR model I hope you'll link it from the cell and share it here. I see some Youtubes like that already (SIR models, including in Python), but everyone codes a little differently. I'd like to go back to high school and do it all again from