-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
39 lines (38 loc) · 1.01 KB
/
archive.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
<!doctype html>
<html>
<head>
<title>Archive - Big Apple Py</title>
<meta charset="utf-8">
<link rel="stylesheet" href="bigapplepy.css">
</head>
<body>
<h1>Welcome to Big Apple Py the Archive</h1>
<a href="archive/20140306/">
CPython Workshop @ Pivotal, NYC Python, March 6, 2014
</a>
<br>
<a href="archive/20140206/">
PyData London Warm-up @ AppNexus, NYC Python, February 6, 2014
</a>
<br>
<a href="archive/20140123/">
Deployment: Tools and Techniques @ Spotify, NYC Python, January 23, 2014
</a>
<br>
<a href="archive/20140122/">
JavaScript MVC Showcase @ XO Group, Flask-NYC, January 22, 2014
</a>
<br>
<a href="archive/20140116/">
For Python Quants @ Projective (sponsored by VDX Technology), NYC Python, January 16, 2014
</a>
<br>
<a href="archive/20131210/">
An Evening with Python @ TheLadders, NYC Python, December 10, 2013
</a>
<br>
<a href="archive/20131204/">
Plugging into Flask @ Spotify, Flask NYC, December 4, 2013
</a>
</body>
</html>