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