-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathindex.html
106 lines (84 loc) · 4.81 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Sydney Data-Science Part Time Course by ihansel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Sydney Data-Science Part Time Course</h1>
<h2 class="project-tagline">Sydney Data Science Part Time Course - General Asembly</h2>
<a href="https://github.com/ihansel/SYD_DAT_4" class="btn">View on GitHub</a>
<a href="https://github.com/ihansel/SYD_DAT_4/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/ihansel/SYD_DAT_4/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h2>
<a id="syd-dat-4-course-repository" class="anchor" href="#syd-dat-4-course-repository" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>SYD DAT 4 Course Repository</h2>
<p>Course materials for <a href="https://generalassemb.ly/education/data-science/Sydney/">General Assembly's Data Science course</a> in Sydney, Australia (21/03/16 - 01/06/16).</p>
<p><strong>Instructors:</strong> Ian Hansel</p>
<p><strong>Teaching Assistant:</strong>
Matt Gibson</p>
<p><strong>Office hours:</strong> All will be held in the student center at GA, York St Sydney</p>
<p><strong><a href="project.md">Course Project information</a></strong></p>
<table>
<thead>
<tr>
<th>Monday</th>
<th>Wednesday</th>
</tr>
</thead>
<tbody>
<tr>
<td>21/03: <a href="#class-1-introduction--expectations--git-intro">Introduction / Expectations / Git Intro</a>
</td>
<td>23/03: <a href="#class-2-python">Python</a>
</td>
</tr>
</tbody>
</table>
<h3>
<a id="installation-and-setup" class="anchor" href="#installation-and-setup" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation and Setup</h3>
<ul>
<li>Install the <a href="http://continuum.io/downloads">Anaconda distribution</a> of Python 2.7x.</li>
<li>Install <a href="http://git-scm.com/book/en/v2/Getting-Started-Installing-Git">Git</a> and create a <a href="https://github.com/">GitHub</a> account.</li>
<li>Once you receive an email invitation from <a href="https://slack.com/">Slack</a>, join our "SYD_DAT_4 team" and add your photo!</li>
</ul>
<h3>
<a id="resources" class="anchor" href="#resources" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Resources</h3>
<ul>
<li><a href="http://www.python.org/dev/peps/pep-0008">PEP 8 - Style Guide for Python</a></li>
</ul>
<h3>
<a id="class-1-introduction--expectations--git-intro" class="anchor" href="#class-1-introduction--expectations--git-intro" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Class 1: Introduction / Expectations / Git Intro</h3>
<ul>
<li>Introduction to General Assembly</li>
<li>Course overview: our philosophy and expectations (<a href="slides/01_course_overview.pdf">slides</a>)</li>
<li>Tools: check for proper setup of Git, Anaconda, overview of Slack</li>
</ul>
<p><strong>Homework:</strong></p>
<ul>
<li>Resolve any installation issues before next class.</li>
<li>Make sure you have a github profile and created a repo called "SYD_DAT_3"</li>
<li>Clone the class repo (this one!)</li>
<li>Review this <a href="code/00_python_refresher.py">code</a> for a recap of some Python basics.</li>
</ul>
<p><strong>Optional:</strong></p>
<ul>
<li>Read <a href="http://cdn.oreillystatic.com/oreilly/radarreport/0636920029014/Analyzing_the_Analyzers.pdf">Analyzing the Analyzers</a> for a useful look at the different types of data scientists.</li>
<li>Read about some <a href="http://daringfireball.net/projects/markdown/syntax">Markdown Techniques</a>
</li>
<li>Write a summary of 2 chapters of <a href="http://www.thedatasciencehandbook.com/">The Data Science Handbook</a> in Markdown and submit a change request in the Lab Directory</li>
</ul>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ihansel/SYD_DAT_4">Sydney Data-Science Part Time Course</a> is maintained by <a href="https://github.com/ihansel">ihansel</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>