You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/resources.html
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,9 @@ <h3>For beginners</h3>
33
33
<p>
34
34
Python is a great first programming language.
35
35
</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><ahref="https://codewith.mu/" target="_blank">Mu is a good first choice.</a></p></li>
38
+
</ul>
41
39
</div>
42
40
<divclass="col-md-4">
43
41
<h3>For data scientists</h3>
@@ -56,8 +54,8 @@ <h3>For data scientists</h3>
56
54
to do data science in Python.
57
55
</p>
58
56
<ul>
59
-
<li>Check out the <ahref="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 <ahref="https://www.youtube.com/watch?v=3kTOLVD0ZCg" target="_blank">presentation on YouTube</a>.</li>
57
+
<li><p>Check out the <ahref="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 <ahref="https://www.youtube.com/watch?v=3kTOLVD0ZCg" target="_blank">presentation on YouTube</a>.</p></li>
61
59
</ul>
62
60
<p>
63
61
The presentation is full of great information.
@@ -78,9 +76,12 @@ <h3>For experienced devs</h3>
78
76
</p>
79
77
<ul>
80
78
<li>
81
-
Do code exercises and get mentoring
82
-
from the team
83
-
at <ahref="https://exercism.io/" target="_blank">Exercism</a> (for free!).
79
+
<p>
80
+
Do code exercises and get mentoring
81
+
from the team
82
+
at <ahref="https://exercism.io/" target="_blank">Exercism</a> (for free!).
0 commit comments