Skip to content

Commit 8d4ef32

Browse files
committed
Include some resources.
The section still isn't very fleshed out, but at least it has *something*. For #16
1 parent 85f3cce commit 8d4ef32

1 file changed

Lines changed: 63 additions & 4 deletions

File tree

_includes/resources.html

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,72 @@ <h2>We Want To Help</h2>
1616
</p>
1717
<p>
1818
If you have questions that we don’t answer here,
19-
please feel free to contact us!
19+
please feel free to <a href="#contact">contact us</a>!
20+
</p>
21+
<br>
22+
</div>
23+
</div>
24+
<div class="row">
25+
<div class="col-md-4">
26+
<h3>For beginners</h3>
27+
<p>
28+
Never written a line of code before?
29+
No idea what a variable is?
30+
That’s okay!
31+
We all had to start somewhere.
32+
</p>
33+
<p>
34+
Python is a great first programming language.
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>
41+
</div>
42+
<div class="col-md-4">
43+
<h3>For data scientists</h3>
44+
<p>
45+
If you’re here to learn how to do data science
46+
in Python, then you’re in for a treat.
47+
</p>
48+
<p>
49+
Python is a <strong>fantastic</strong> language
50+
for doing scientific analysis!
51+
</p>
52+
<p>
53+
Christine, our resident data scientist co-organizer,
54+
put together an excellent introduction
55+
into the tools to use
56+
to do data science in Python.
57+
</p>
58+
<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>
61+
</ul>
62+
<p>
63+
The presentation is full of great information.
64+
</p>
65+
<br>
66+
</div>
67+
<div class="col-md-4">
68+
<h3>For experienced devs</h3>
69+
<p>
70+
Maybe you’re a Java expert?
71+
Or perhaps you learned enough PHP
72+
to understand the basics of programming.
2073
</p>
21-
<h3>Oops&hellip;</h3>
2274
<p>
23-
It looks like you caught us before we finished this page.
24-
Let us know what kind of materials would help you the most!
75+
There are some great resources
76+
for people who already understand programming
77+
and want to learn a new language.
2578
</p>
79+
<ul>
80+
<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!).
84+
</ul>
2685
</div>
2786
</div>
2887
</div>

0 commit comments

Comments
 (0)