Skip to content

Commit ed74cb6

Browse files
committed
deploy: 262c798
1 parent f2a0b09 commit ed74cb6

File tree

9 files changed

+626
-7
lines changed

9 files changed

+626
-7
lines changed

README.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<script>DOCUMENTATION_OPTIONS.pagename = 'README';</script>
6161
<link rel="index" title="Index" href="genindex.html" />
6262
<link rel="search" title="Search" href="search.html" />
63-
<link rel="next" title="What is Jupyterbook?" href="docs/HowTo_JupyterBook.html" />
63+
<link rel="next" title="Learning Resources" href="docs/Learning_resources.html" />
6464
<link rel="prev" title="Style Guide for Projects in the MLAI" href="docs/StyleGuide.html" />
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
@@ -182,6 +182,7 @@
182182
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Main Documentation</span></p>
183183
<ul class="current nav bd-sidenav">
184184
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Code &amp; Data Guidelines</a></li>
185+
<li class="toctree-l1"><a class="reference internal" href="docs/Learning_resources.html">Learning Resources</a></li>
185186
<li class="toctree-l1"><a class="reference internal" href="docs/HowTo_JupyterBook.html">What is Jupyterbook?</a></li>
186187
</ul>
187188

@@ -547,11 +548,11 @@ <h2>Acknowledgement<a class="headerlink" href="#acknowledgement" title="Link to
547548
</div>
548549
</a>
549550
<a class="right-next"
550-
href="docs/HowTo_JupyterBook.html"
551+
href="docs/Learning_resources.html"
551552
title="next page">
552553
<div class="prev-next-info">
553554
<p class="prev-next-subtitle">next</p>
554-
<p class="prev-next-title">What is Jupyterbook?</p>
555+
<p class="prev-next-title">Learning Resources</p>
555556
</div>
556557
<i class="fa-solid fa-angle-right"></i>
557558
</a>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Learning Resources
2+
3+
Here is a growing list of resources that I've (Mackenzie M.) found useful for learning about various topics.
4+
5+
## Python
6+
7+
- [Python.org](https://www.python.org/)
8+
- [Real Python](https://realpython.com/)
9+
- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
10+
11+
## SQL
12+
13+
- [mySQL](https://dev.mysql.com/doc/)
14+
- [SQL Zoo](https://sqlzoo.net/)
15+
16+
## Data Science
17+
18+
- [DataJoint](https://datajoint.io/)
19+
20+
## Machine Learning
21+
22+
- [Scikit-learn](https://scikit-learn.org/)
23+
- [TensorFlow](https://www.tensorflow.org/)
24+
- [PyTorch](https://pytorch.org/)
25+
26+
## Jupyter
27+
- Dissection of Jupyter ecosystem by Chris Holdgraf https://www.youtube.com/watch?v=t0MjcXZf7SM (40 min⏰)
28+
- The Guide📙: How to make a JB basics/tips/features by Chris Holdgraf https://www.youtube.com/watch?v=lZ2FHTkyaMU (30 min⏰) - most updated video
29+
-Similar to 2 from Jupyter meets earth https://www.youtube.com/watch?v=seKOq-VMJgY (as they cover the same topic there are many duplications) updated the past 9 months (22 min⏰)
30+
- Honorary mention with features and comments from JupyterCon https://www.youtube.com/watch?v=tUDHysfzAxs (30 min⏰)
31+
- In the documentation it is important to start from the anatomy of jb https://jupyterbook.org/en/stable/start/create.html#anatomy-of-a-book and the command line interface reference https://jupyterbook.org/en/stable/reference/cli.html
32+
33+
## Git
34+
35+
- Crash course tutorial: https://www.youtube.com/watch?v=RGOj5yH7evk&t=2543s (70 min⏰)
36+
- Interactive with all the basics https://www.youtube.com/watch?v=8JJ101D3knE&t=3131s (70 min⏰)

docs/HowTo_JupyterBook.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/HowTo_JupyterBook';</script>
6161
<link rel="index" title="Index" href="../genindex.html" />
6262
<link rel="search" title="Search" href="../search.html" />
63-
<link rel="prev" title="Code &amp; Data Guidelines" href="../README.html" />
63+
<link rel="prev" title="Learning Resources" href="Learning_resources.html" />
6464
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6565
<meta name="docsearch:language" content="en"/>
6666
</head>
@@ -181,6 +181,7 @@
181181
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Main Documentation</span></p>
182182
<ul class="current nav bd-sidenav">
183183
<li class="toctree-l1"><a class="reference internal" href="../README.html">Code &amp; Data Guidelines</a></li>
184+
<li class="toctree-l1"><a class="reference internal" href="Learning_resources.html">Learning Resources</a></li>
184185
<li class="toctree-l1 current active"><a class="current reference internal" href="#">What is Jupyterbook?</a></li>
185186
</ul>
186187

@@ -464,12 +465,12 @@ <h2>Deployment:<a class="headerlink" href="#deployment" title="Link to this head
464465

465466
<div class="prev-next-area">
466467
<a class="left-prev"
467-
href="../README.html"
468+
href="Learning_resources.html"
468469
title="previous page">
469470
<i class="fa-solid fa-angle-left"></i>
470471
<div class="prev-next-info">
471472
<p class="prev-next-subtitle">previous</p>
472-
<p class="prev-next-title">Code &amp; Data Guidelines</p>
473+
<p class="prev-next-title">Learning Resources</p>
473474
</div>
474475
</a>
475476
</div>

0 commit comments

Comments
 (0)