diff --git a/blogposts/README.md b/blogposts/README.md index 88c9c64c..9fdb4c94 100644 --- a/blogposts/README.md +++ b/blogposts/README.md @@ -12,8 +12,15 @@ List of blog posts about the No Bullshit Guide to Statistics. 3. Survey results https://minireference.com/blog/what-stats-do-people-want-to-learn/ -4. Using Python to teach stats - blog post: COMING SOON - notebook: [python_for_stats.ipynb](./python_for_stats.ipynb). +4. Using Python to teach stats Part 1: Python basics + blog post: https://minireference.com/blog/python-for-stats/ + notebook: [python_for_stats.ipynb](./python_for_stats.ipynb) + +5. Using Python to teach stats Part 2: modern statistics based on simulation and resampling methods + blog post: https://minireference.com/blog/python-for-stats-2/ (COMING SOON) + notebook: [python_for_stats2.ipynb](./python_for_stats2.ipynb) + +6. Using Python to teach stats Part 3: libraries for data, prob, and stats + blog post: COMING SOON + notebook: [python_for_stats3.ipynb](./python_for_stats3.ipynb) -5. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2ea76e7a..0f967435 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,3 +62,8 @@ nav: - Python tutorial: tutorials/python_tutorial.ipynb - Pandas tutorial: tutorials/pandas_tutorial.ipynb - Seaborn tutorial: tutorials/seaborn_tutorial.ipynb + - Notebooks for blog posts: + - README: blogposts/README.md + - Python basics: blogposts/python_for_stats.ipynb + - Modern statistics (simulation and resampling): blogposts/python_for_stats2.ipynb + - Python modules for prob and stats: blogposts/python_for_stats3.ipynb