-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (154 loc) · 5.91 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Workshop</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="http://www.codechange.com.au">Website</a></li>
</ul>
</nav>
<h3 class="text-muted">CODE CHANGE</h3>
</div>
<div class="jumbotron">
<h1>Python Workshop 1</h1>
</div>
<h1>Interactive Python</h1>
<hr>
<iframe src="https://trinket.io/embed/python/a0dc9902ef" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
<h1>Downloads</h1>
<hr>
<div class="row">
<div class="col-sm-4">
<h2>Python</h2>
<table class="table">
<thead>
<tr>
<th>Local</th>
<th>External</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="btn-group-vertical">
<a class="btn btn-info" role="button" href="python-3.4.4.amd64.msi">Windows</a>
<a class="btn btn-info" role="button" href="python-3.4.4-macosx10.6.pkg">Mac</a>
</div>
</td>
<td>
<div class="btn-group-vertical">
<a class="btn btn-danger" role="button" href="https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi">Windows</a>
<a class="btn btn-danger" role="button" href="https://www.python.org/ftp/python/3.4.4/python-3.4.4-macosx10.6.pkg">Mac</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4">
<h2>Atom</h2>
<table class="table">
<thead>
<tr>
<th>Local</th>
<th>External</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="btn-group-vertical">
<a class="btn btn-info" role="button" href="AtomSetup.exe">Windows</a>
<a class="btn btn-info" role="button" href="atom-mac.zip">Mac</a>
<a class="btn btn-info" role="button" href="atom-amd64.deb">Ubuntu / Debian</a>
</div>
</td>
<td>
<div class="btn-group-vertical">
<a class="btn btn-danger" role="button" href="https://atom-installer.github.com/v1.8.0/AtomSetup.exe?s=1465251594">Windows</a>
<a class="btn btn-danger" role="button" href="https://github.com/atom/atom/releases/download/v1.8.0/atom-mac.zip">Mac</a>
<a class="btn btn-danger" role="button" href="https://github.com/atom/atom/releases/download/v1.8.0/atom-amd64.deb">Ubuntu / Debian</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4">
<h2>Libraries</h2>
<table class="table">
<thead>
<tr>
<th>Local</th>
<th>External</th>
</tr>
</thead>
<tbody>
<tr>
<td>
urllib
</td>
<td>
<a href="https://github.com/komoot/staticmap">staticmap</a>
</td>
</tr>
<tr>
<td>
requests
</td>
</tr>
<tr>
<td>
json
</td>
</tr>
<tr>
<td>
os
</td>
</tr>
</tbody>
</table>
</div>
</div>
<h1>Getting Started</h1>
<hr>
<div class="row">
<div class="col-sm-6">
<h2>Facebook</h2>
<p>Generate an access token for the Graph API</p>
<a class="btn btn-info" role="button" href="https://developers.facebook.com/tools/explorer">Graph API</a>
<a class="btn btn-info" role="button" href="https://developers.facebook.com/docs/graph-api/reference">Docs</a>
</div>
<div class="col-sm-6">
<h2>Python</h2>
<p>Navigate to your code directory and run Python</p>
<a class="btn btn-info" role="button" href="https://www.python.org">Python.org</a>
<a class="btn btn-info" role="button" href="https://stackoverflow.com/questions/tagged/python">Stack Overflow</a>
</div>
</div>
<h1>Additional Resources</h2>
<hr>
<a class="btn btn-info" role="button" href="https://automatetheboringstuff.com/">Automate the Boring Stuff with Python</a>
<a class="btn btn-info" role="button" href="http://learnpythonthehardway.org/">Learn Python the Hard Way</a>
<br>
<br>
<footer class="footer">
<p>© 2016 Code Change</p>
</footer>
</div> <!-- /container -->
</body>
</html>