Skip to content

Commit

Permalink
Add blog post notebooks to jupyter-book and mkdocs index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanistheone committed Feb 11, 2025
1 parent 47edd92 commit 0d2204a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 11 additions & 4 deletions blogposts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d2204a

Please sign in to comment.