Skip to content

Commit fe2d1db

Browse files
committed
Add some getting started resources.
1 parent 8d4ef32 commit fe2d1db

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

_includes/resources.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ <h3>For beginners</h3>
3333
<p>
3434
Python is a great first programming language.
3535
</p>
36-
<p>
37-
We’re still deciding on the best list of resources to put here.
38-
Feel free to contact us from the form below or Slack
39-
if you have questions.
40-
</p>
36+
<ul>
37+
<li><p>You’ll need a text editor to get started. <br><a href="https://codewith.mu/" target="_blank">Mu is a good first choice.</a></p></li>
38+
</ul>
4139
</div>
4240
<div class="col-md-4">
4341
<h3>For data scientists</h3>
@@ -56,8 +54,8 @@ <h3>For data scientists</h3>
5654
to do data science in Python.
5755
</p>
5856
<ul>
59-
<li>Check out the <a href="https://github.com/python-frederick/talks/blob/master/2017-12-data-science/Data%20Science%20in%20Python.ipynb" target="_blank">presentation material on GitHub</a>.</li>
60-
<li>You can also find the accompanying <a href="https://www.youtube.com/watch?v=3kTOLVD0ZCg" target="_blank">presentation on YouTube</a>.</li>
57+
<li><p>Check out the <a href="https://github.com/python-frederick/talks/blob/master/2017-12-data-science/Data%20Science%20in%20Python.ipynb" target="_blank">presentation material on GitHub</a>.</p></li>
58+
<li><p>You can also find the accompanying <a href="https://www.youtube.com/watch?v=3kTOLVD0ZCg" target="_blank">presentation on YouTube</a>.</p></li>
6159
</ul>
6260
<p>
6361
The presentation is full of great information.
@@ -78,9 +76,12 @@ <h3>For experienced devs</h3>
7876
</p>
7977
<ul>
8078
<li>
81-
Do code exercises and get mentoring
82-
from the team
83-
at <a href="https://exercism.io/" target="_blank">Exercism</a> (for free!).
79+
<p>
80+
Do code exercises and get mentoring
81+
from the team
82+
at <a href="https://exercism.io/" target="_blank">Exercism</a> (for free!).
83+
</p>
84+
</li>
8485
</ul>
8586
</div>
8687
</div>

0 commit comments

Comments
 (0)