This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrecordings.html
More file actions
230 lines (207 loc) · 14.8 KB
/
recordings.html
File metadata and controls
230 lines (207 loc) · 14.8 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
226
227
228
229
230
<!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="Python Summit Talk Recordings We record all the talks at our conference. You can find the recordings as well as the talk slides on this page! 2018 Slides that are not yet listed here will be added...">
<meta name="keywords" content="">
<link rel="icon" href="/favicon.ico">
<title>Talk Recordings - Swiss Python Summit</title>
<!-- Stylesheets -->
<link href="/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="/theme/css/fonts.css" rel="stylesheet">
<link href="/theme/css/nest.css" rel="stylesheet">
<link href="/theme/css/pygment.css" rel="stylesheet">
<!-- /Stylesheets -->
<!-- RSS Feeds -->
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Swiss Python Summit Full Atom Feed" />
<!-- /RSS Feeds -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src='https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.css' rel='stylesheet' />
<script>
document.addEventListener("DOMContentLoaded", function() {
L.mapbox.accessToken = 'pk.eyJ1Ijoic3RhY2t0cmFjZSIsImEiOiJjaWh2cGI3aDkwMjlqdXNrb2l2eDl5dGgyIn0.96Y4mk2kaLNPoQb0URVi8g';
var maps = document.getElementsByClassName('map');
for (var i=0; i<maps.length; i++) {
var element = maps[i];
var lon = parseFloat(element.getAttribute('data-lon'));
var lat = parseFloat(element.getAttribute('data-lat'));
var zoom = parseInt(element.getAttribute('data-zoom'), 10);
var map = L.mapbox.map(element, 'mapbox.streets')
.setView([lat, lon], zoom);
L.marker([lat, lon]).addTo(map);
L.control.layers({
'Map View': L.mapbox.tileLayer('mapbox.streets').addTo(map),
'Satellite View': L.mapbox.tileLayer('mapbox.satellite')
}).addTo(map);
}
});
</script>
</head>
<body>
<!-- Header -->
<div class="header-container header-image" style="background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/header.jpg'); background-position: center; ">
<!-- Static navbar -->
<div class="container">
<div class="header-nav">
<div class="header-logo">
<a class="pull-left" href="/">
<img class="mr20" src="/images/python-summit.svg" alt="logo">
<div class="flexright">
<span class="sitename">Swiss Python Summit</span>
<span class="confdate">February 16th, 2018</span>
</div>
</a>
</div>
<div class="nav pull-right">
<a href="/">Home</a>
<a href="/pages/call-for-venues.html">Call for Venues</a>
<a href="/pages/call-for-helpers.html">Help us</a>
<a href="/pages/program.html">Program</a>
<a href="/pages/recordings.html">Recordings</a>
<a href="/pages/venue.html">Venue</a>
<a href="/pages/code-of-conduct.html">CoC</a>
</div>
</div>
</div>
<!-- /Static navbar -->
<!-- Header -->
<div class="container header-wrapper">
<div class="row">
<div class="col-lg-12">
<div class="header-content">
<h1 class="header-title text-uppercase">Talk Recordings</h1>
<div class="header-underline"></div>
</div>
</div>
</div>
</div>
<!-- /Header -->
</div>
<!-- /Header -->
<!-- Content -->
<div class="container content">
<div class="section" id="python-summit-talk-recordings">
<h2>Python Summit Talk Recordings</h2>
<p>We record all the talks at our conference. You can find the recordings as well
as the talk slides on this page!</p>
<div class="section" id="id1">
<h3>2018</h3>
<p>Slides that are not yet listed here will be added over the coming days or weeks.</p>
<p><a class="reference external" href="https://www.youtube.com/playlist?list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Youtube Playlist</a></p>
<ul class="simple">
<li><a class="reference external" href="https://www.youtube.com/watch?list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG&v=QiHX1Rn2IT4">Carina Haupt – Rocket Science and Software Engineering</a>
[<a class="reference external" href="/files/carina-haupt-hacking-for-space.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=USb6ju7ApSs&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG&index=2">Tim Head – From Exploring Data Interactively to Creating Reproducible Pipelines</a></li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=Qoy2iwWJKxY&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG&index=3">Raphael Das Gupta – Comprehensions: Origin, History, Use</a>
[<a class="reference external" href="https://mybinder.org/v2/gh/das-g/comprehensions-talk/master">slides</a> / <a class="reference external" href="https://gitlab.com/das-g/comprehensions-talk">code</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=Q0zftwVO3c8&index=4&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Gabriel Krummenacher / Beat Wettstein – Leveraging Neural Networks and Python to Forecast Train Delays in the Swiss Railway Network</a>
[<a class="reference external" href="/files/gabriel-krummenacher-delay-forecast.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=lt5l3idQX60&index=5&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Iacopo Spalletti – Real Time Django</a></li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=bqLXCk7FXz0&index=6&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Sarah Mühlemann – SpyPi: An Attempt to Get Students Into Data Security</a>
[<a class="reference external" href="/files/sarah-muehlemann-spypi.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=2JCQQR-IGAg&index=7&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Amit Kumar – Let's Talk About GIL!</a>
[<a class="reference external" href="/files/amit-kumar-gil.pdf">slides</a> / <a class="reference external" href="https://github.com/aktech/gil_talk">code</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=BJERfqcN4vw&index=8&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Josef Spillner – Serverless Computing: FaaSter, Better, Cheaper and More Pythonic</a>
[<a class="reference external" href="/files/josef-spillner-serverless-computing.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=TuO_W-tzlqs&index=9&list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG">Peter Hoffmann – 12 Factor Apps for Data-Science with Python</a></li>
</ul>
</div>
<div class="section" id="id16">
<h3>2017</h3>
<p><a class="reference external" href="https://www.youtube.com/playlist?list=PL4_MBPz5hOsKGgkf74Yalhl--6sRUrOIg">Youtube Playlist</a></p>
<ul class="simple">
<li><a class="reference external" href="https://www.youtube.com/watch?v=AaqsGRKdoQ0">Gaël Varoquaux – Writing Code for Science and Data</a>
[<a class="reference external" href="/files/gael-varoquaux-writing-code-for-science.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=ZE-6b6O822U">Radomir Dopieralski – Hobby Electronics with MicroPython</a>
[<a class="reference external" href="/files/radomir-dopieralski-micropython.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=kMc7mBFCdAc">Armin Rigo – RevDB, a Reverse Debugger</a>
[<a class="reference external" href="/files/armin-rigo-revdb.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=OWNa8MCfPaA">Barnaby Skinner – Scraping the Federal Administrative Court's Database and Analysing the Verdicts</a>
[<a class="reference external" href="/files/barnaby-skinner-scraping-court.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=6NVUbO7pFtA">Dave Halter – Python is Weird</a>
[<a class="reference external" href="/files/dave-halter-python-is-weird.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=KW3mzaM3UcU">Dan Maas – Massively Multiplayer Online Game Servers in Twisted Python</a>
[<a class="reference external" href="/files/dan-maas-mmo-server.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=_26mLl22Zms">Aarno Aukia – Scalable Python with Docker, Kubernetes and Openshift</a>
[<a class="reference external" href="/files/aarno-aukia-containers.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=Qs0tQZ7__ds">Rae Knowler – Python, Locales and Writing Systems</a>
[<a class="reference external" href="/files/rae-knowler-python-writing-systems.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=uMQvWecwZgw">Raphael Nestler – Python in the Hardware Industry</a>
[<a class="reference external" href="/files/raphael-nestler-python-in-the-hardware-industry.pdf">slides</a>]</li>
</ul>
</div>
<div class="section" id="id35">
<h3>2016</h3>
<p><a class="reference external" href="https://www.youtube.com/playlist?list=PL4_MBPz5hOsK1fflMqTEbOC9rPAsksG4A">Youtube Playlist</a></p>
<ul class="simple">
<li><a class="reference external" href="https://www.youtube.com/watch?v=Q9AU_qETVd8">Tom Ron – Python's Guide to the Galaxy</a>
[<a class="reference external" href="/files/1-slides-tom-ron-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=tPdC2D8wMos">Dave Halter – API Design is Hard</a>
[<a class="reference external" href="/files/2-slides-dave-halter-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=xf7BpIKamgY">Armin Rigo – CFFI: Call C from Python</a>
[<a class="reference external" href="/files/2-slides-armin-rigo-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=OQY-MV_LEcw">Martin Christen – 3D Computer Graphics with Python</a>
[<a class="reference external" href="/files/4-slides-martin-christen-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=StNoD8ZH-N4">Matthieu Amiguet – Charming Snake: Python for Live Music</a>
[<a class="reference external" href="http://www.matthieuamiguet.ch/media/misc/SPS16/">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=7OkJl2ochTM">Chihway Chang – Coding/Decoding the Cosmos: Python Applications in Astrophysics</a>
[<a class="reference external" href="/files/6-slides-chihway-chang-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=Bz0-4S5UjPY">Michael Rüegg – Powerful Web Scraping and Searching with Python</a>
[<a class="reference external" href="/files/7-slides-michael-rueegg-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=5wxnmPXNghY">Jacinda Shelly – Getting Started with IPython</a>
[<a class="reference external" href="/files/8-slides-jacinda-shelly-sps16.pdf">slides</a>]</li>
<li><a class="reference external" href="https://www.youtube.com/watch?v=rCBHkQ_LVIs">Florian Bruhin – Pytest: Rapid Simple Testing</a>
[<a class="reference external" href="/files/9-slides-florian-bruhin-sps16.html">slides</a>]</li>
</ul>
</div>
</div>
</div>
<!-- /Content -->
<!-- Footer -->
<div class="footer gradient-2">
<div class="container footer-container ">
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title">Sitemap</div>
<ul class="list-unstyled">
<li><a href="/pages/imprint">Imprint</a></li>
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">Atom Feed</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title">Social</div>
<ul class="list-unstyled">
<li><a href="https://twitter.com/pythonsummit" target="_blank">Twitter</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title">Links</div>
<ul class="list-unstyled">
<li><a href="http://hsr.ch/" target="_blank">HSR (Venue)</a></li>
<li><a href="https://online.fahrplan.zvv.ch/bin/query.exe/dn?Z=Rapperswil%20SG&date=05.02.2016&time=08%3A30&start=1&REQ0HafasSearchForw=0" target="_blank">Public Transport</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<p class="pull-right">
<ul class="list-unstyled text-right">
<li><small><strong>CC-BY-SA 2018 Swiss Python Summit</strong></small></li>
<li><small><strong><a href="mailto:info@python-summit.ch">info@python-summit.ch</a></strong><br><br></small></li> </ul>
</p>
<p class="pull-right text-right">
<small><em>Proudly powered by <a href="http://docs.getpelican.com/" target="_blank">pelican</a></em></small><br/>
<small><em>Theme based on code by <a href="https://github.com/molivier" target="_blank">molivier</a></em></small><br/>
</p>
</div>
</div>
</div>
</div>
<!-- /Footer -->
</body>
</html>