This repository was archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (208 loc) · 10.4 KB
/
index.html
File metadata and controls
225 lines (208 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE HTML>
<!--
Prism by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<title>SBU Python Summer Boot Camp</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Banner -->
<section id="banner">
<div class="inner split">
<section>
<h2>Python for Scientific Computing Bootcamp</h2>
<h3>Data + Computing = Discovery</h3>
</section>
<section>
<p>A one week introduction to python and the scientific python
ecosystem.</p>
<p>Instructors: Michael Zingale & Alëna Aksënova</p>
<p><ul class="actions">
<li><a href="https://github.com/sbu-python-summer" class="button special">view on github</a></li>
</ul>
</section>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner split">
<section>
<h2>About</h2>
<p>This is a one week introduction to python as part of the
IACS Data + Computing = Discovery summer program for
undergraduates. Students will learn how to use python for
scientific computing with morning discussions and afternoon
hands-on exercises.</p>
<!-- <ul class="actions"> -->
<!-- <li><a href="https://github.com/sbu-python-summer" class="button alt">view on github</a></li> -->
<!-- </ul> -->
</section>
<section>
<ul class="checklist">
<li>Jupyter notebooks and the python language</li>
<li>NumPy array library</li>
<li>matplotlib and visualization</li>
<li>SciPy library for scientific computing</li>
</ul>
</section>
</div>
<div class="inner">
<section>
<h2>Getting Ready</h2>
<p>To prepare for class, students should install python on
their laptops. Depending on your operating system, the
easiest route is usually installing Anaconda
Python—this will install all of the scientific
python libraries we need. Make sure to install the
version built around python 3—this is the version we
will focus on.</p>
<ul class="actions">
<li><a href="https://www.continuum.io/downloads" class="button alt">download Anaconda</a></li>
</ul>
</section>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 alt">
<div class="inner">
<div class="spotlight">
<div class="content">
<h3>Day One: Introduction to Jupyter and Python</h3>
<p>An introduction to Jupyter notebooks and python data types,
core data structures, and control structures.</p>
<ul class="actions">
<li><a href="https://github.com/sbu-python-summer/python-tutorial/tree/master/day-1" class="button alt">Day One Github</a></li>
</ul>
</div>
<div class="content">
Course materials:
<ul>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-1/python-datatypes.ipynb">python-datatypes.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-1/python-datatypes.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-1/python-advanced-datatypes.ipynb">python-advanced-datatypes.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-1/python-advanced-datatypes.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-1/python-day1-exercises1.ipynb">python-day1-exercises1.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-1/python-day1-exercises1.ipynb">[rendered]</a></li>
</ul>
</div>
</div>
<div class="spotlight">
<div class="content">
<h3>Day Two: Python Functions and Classes</h3>
<p>Functions and classes in python.</p>
<ul class="actions">
<li><a href="https://github.com/sbu-python-summer/python-tutorial/tree/master/day-2" class="button alt">Day Two Github</a></li>
</ul>
</div>
<div class="content">
Course materials:
<ul>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-2/python-functions.ipynb">python-functions.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-2/python-functions.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-2/python-classes.ipynb">python-classes.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-2/python-classes.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-2/python-day2-exercises1.ipynb">python-day2-exercises1.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-2/python-day2-exercises1.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-2/python-day2-exercises2.ipynb">python-day2-exercises2.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-2/python-day2-exercises2.ipynb">[rendered]</a> (<a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-2/vector2d.py">vector2d.py</a>)</li>
</ul>
</div>
</div>
<div class="spotlight">
<div class="content">
<h3>Day Three: NumPy Arrays</h3>
<p>The NumPy array library for python.</p>
<ul class="actions">
<li><a href="https://github.com/sbu-python-summer/python-tutorial/tree/master/day-3" class="button alt">Day Three Github</a></li>
</ul>
</div>
<div class="content">
Course materials:
<ul>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-3/numpy-basics.ipynb">numpy-basics.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-3/numpy-basics.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-3/numpy-exercises.ipynb">numpy-exercises.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-3/numpy-exercises.ipynb">[rendered]</a> (<a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-3/sample.txt">sample.txt</a>)</li>
</ul>
</div>
</div>
<div class="spotlight">
<div class="content">
<h3>Day Four: Plotting</h3>
<p>Plotting with matplotlib.</p>
<ul class="actions">
<li><a href="https://github.com/sbu-python-summer/python-tutorial/tree/master/day-4" class="button alt">Day Four Github</a></li>
</ul>
</div>
<div class="content">
Course materials:
<ul>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-4/matplotlib-basics.ipynb">matplotlib-basics.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-4/matplotlib-basics.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-4/matplotlib-interactive.ipynb">matplotlib-interactive.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-4/matplotlib-interactive.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-4/matplotlib-exercises.ipynb">matplotlib-exercises.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-4/matplotlib-exercises.ipynb">[rendered]</a></li>
<li><a href="https://github.com/sbu-python-summer/python-tutorial/raw/master/day-4/python-practices.pdf">python-practices.pdf</a></li>
</ul>
</div>
</div>
<div class="spotlight">
<div class="content">
<h3>Day Five: Scientific Python</h3>
<p>Other topics, including SciPy, pandas, other plotting packages, ...</p>
<ul class="actions">
<li><a href="https://github.com/sbu-python-summer/python-tutorial/tree/master/day-5" class="button alt">Day Five Github</a></li>
</ul>
</div>
<div class="content">
Course materials:
<ul>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-5/scipy-basics.ipynb">scipy-basics.ipynb</a> <a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-5/scipy-basics.ipynb">[rendered]</a></li>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/day-5/scipy-exercises.ipynb">scipy-exercises.ipynb</a> <a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/day-5/scipy-exercises.ipynb">[rendered]</a></li>
</ul>
</div>
</div>
<div class="spotlight">
<div class="content">
<h3>Time-permitting: Extra examples</h3>
<p>Other topics, including more I/O...</p>
<ul class="actions">
<li><a href="https://github.com/sbu-python-summer/python-tutorial/tree/master/extra" class="button alt">Extra Github</a></li>
</ul>
</div>
<div class="content">
Course materials:
<ul>
<li><a href="https://raw.githubusercontent.com/sbu-python-summer/python-tutorial/master/extra/python-io.ipynb">python-io.ipynb</a>
<a href="https://github.com/sbu-python-summer/python-tutorial/blob/master/extra/python-io.ipynb">[rendered]</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="image left">
<img src="images/iacs-logo.png" alt="IACS logo">
</div>
<div class="copyright">
Design: <a href="http://templated.co">TEMPLATED</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>