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
+63-4Lines changed: 63 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,72 @@ <h2>We Want To Help</h2>
16
16
</p>
17
17
<p>
18
18
If you have questions that we don’t answer here,
19
-
please feel free to contact us!
19
+
please feel free to <ahref="#contact">contact us</a>!
20
+
</p>
21
+
<br>
22
+
</div>
23
+
</div>
24
+
<divclass="row">
25
+
<divclass="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
+
<divclass="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 <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>
61
+
</ul>
62
+
<p>
63
+
The presentation is full of great information.
64
+
</p>
65
+
<br>
66
+
</div>
67
+
<divclass="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.
20
73
</p>
21
-
<h3>Oops…</h3>
22
74
<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.
25
78
</p>
79
+
<ul>
80
+
<li>
81
+
Do code exercises and get mentoring
82
+
from the team
83
+
at <ahref="https://exercism.io/" target="_blank">Exercism</a> (for free!).
0 commit comments