-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
376 lines (259 loc) · 12 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
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Python in Denmark</title>
<link rel="stylesheet" type="text/css" href="/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="google-site-verification" content="5T9VzTWKcqKXvt8-eQD9iUFFM1x9sNtApiqfoEYAxoU" />
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36012007-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="ad"></div>
<a href="https://github.com/GreenSteam/pycon.dk"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<center style="margin: 1em">
<!--img src="/graphics/python-meetup-denmark.png" alt="Python meetup Denmark"-->
<!-- <img src="/graphics/high-logo.png" alt="Python meetup Denmark"> -->
</center>
<p>
Welcome to <strong>Python Denmark</strong>.
We are a group of
people that meet once a month to listen and give
talks about <strong>Python programming language</strong>. Organized by
<a href="https://twitter.com/keleshev">@keleshev</a> and
<a href="https://twitter.com/_jp_petersen_">@_jp_petersen_</a>.
</p>
<p>
Subscribe to our mailing list to get notifications about
future meetups.
</p>
<center>
<form action="http://keleshev.us3.list-manage.com/subscribe/post?u=e58f1483de2167cbdb6b3fe26&id=98465a3d68" method="post" >
<div class="input-append">
<input placeholder="Email" type="email" value="" name="EMAIL" >
<input class="btn btn-inverse" type="submit" value="Subscribe" name="subscribe" >
</div>
</form>
</center>
<p>Want to give a talk? Write us at
<a href="mailto:[email protected]?subject=I want to give a talk about <blank>">[email protected]</a>.</p>
<p>We try to record the talks and publish
them to our <a href="http://www.youtube.com/user/PyConDK">YouTube channel</a>.</p>
<hr />
<h1>The next meetup:</h1>
<h3>When: 18:00, Thursday, 5<sup>th</sup> November 2015</h3>
<h3>Where: Iconfinder, Pilestraede 43, 2. sal - <a href="https://goo.gl/maps/N98Fu">map</a></h3>
<h3>Talks</h3>
<ul>
<li>An Introduction to PyCUDA <em>by Alexander Bock</em>:
<ul>
<li>NVIDIA's CUDA is a platform for harnessing the power of the GPU for general purpose computation. It has seen much success in many different fields and has spawned tons of useful libraries. CUDA has also found its way into Python, combining the zen of the language with the raw compute power of the GPGPU. In this talk, I'll give an introductory presentation to PyCUDA, along with examples of how to implement some simple computations and use the framework's existing utilities. I'll also give some advice for future endeavours with PyCUDA.</li>
</ul></li>
<li>An Introduction to ctypes <em>by J. P. Petersen</em>:
<ul>
<li>Call functions from external libraries (DLL, so, dylib, etc.) using Python's ctypes library. Calling external libraries and compiled code can for example be used to speed up Python code considerably, and give access to libraries that have not been wrapped for Python yet, and many other things.</li>
</ul></li>
<li>An Introduction to Micro Python <em>by Maciej Wisniewski</em>:
<ul>
<li>PyBoard will be demostrated using various code examples.</li>
</ul></li>
</ul>
<hr />
<h1>Previous meetups:</h1>
<hr />
<h1>#17</h1>
<h3>When: 18:00, Thursday, 5<sup>th</sup> March 2015</h3>
<h3>Where: Robocat, Pilestraede 43, 2. sal - <a href="https://goo.gl/maps/N98Fu">map</a></h3>
<h3>Talks</h3>
<ul>
<li>Hosting Python sites on Azure <em>by Sebastian Brandes</em></li>
</ul>
<hr />
<h1>#16</h1>
<h1>Special event #1 with Gary Bernhardt</h1>
<p>Gary is a prominent Pythonista and Rubyista, he runs
<a href="https://www.destroyallsoftware.com/screencasts">Destroy All Software Screencasts</a>.
You might know him from one of his <a href="https://www.destroyallsoftware.com/talks">conference talks</a>.</p>
<h3>When: 18:00, Monday, 27<sup>th</sup> October 2014</h3>
<h3>Where: Robocat, Pilestraede 43, 2. sal - <a href="https://goo.gl/maps/N98Fu">map</a></h3>
<h3>Talks</h3>
<ul>
<li>Title pending by <em>Gary Bernhardt</em></li>
</ul>
<hr />
<h1>#15</h1>
<h3>When: 18:00, Thursday, 2<sup>th</sup> October 2014</h3>
<h3>Where: GreenSteam, Centrifugevej, Scion DTU, 2800 Lyngby - <a href="https://goo.gl/maps/c4LBZ">map</a></h3>
<h3>Talks</h3>
<ul>
<li>PyPy introduction and discussion - including your experiences with PyPy <em>by Kristian Glob Johansson</em></li>
<li>Running external programs from Python by <em>J. P. Petersen</em></li>
</ul>
<hr />
<h1>#14</h1>
<h3>When: 18:00, Thursday, 4<sup>th</sup> September 2014</h3>
<h3>Where: Robocat, Pilestraede 43, 2. sal - <a href="https://goo.gl/maps/N98Fu">map</a></h3>
<h3>Talks</h3>
<ul>
<li>(Postponed) PyPy introduction and discussion - including your experiences with PyPy <em>by Kristian Glob Johansson</em></li>
<li>Network programming in Python <em>by John Bograd</em></li>
<li>Parallel programming in Python <em>by John Bograd</em></li>
</ul>
<hr />
<h1>#13</h1>
<h3>When: 18:00, Thursday, 3<sup>th</sup> July 2014</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby - <a href="https://www.google.com/maps/place/55%C2%B046'56.8%22N+12%C2%B030'46.4%22E/@55.782442,12.512886,15z/data=!3m1!4b1!4m2!3m1!1s0x0:0x0">map</a></h3>
<h3>Talks</h3>
<ul>
<li>Linux/UNIX friendly Python scripts <em>by Thomas Ammitzbøll-Bach</em></li>
<li>Interfacing hardware with PySerial <em>by J. P. Petersen</em></li>
<li>Using domain-specific languages for writing tests <em>by Vladimir Keleshev</em></li>
</ul>
<hr />
<h1>#12</h1>
<h3>When: 18:00, Thursday, 5<sup>th</sup> June 2014</h3>
<h3>Where: FALCON Social, Købmagergade 45, 1150 København, Denmark. See <a href="https://goo.gl/maps/eIeJe">map</a>.</h3>
<h3>Talks</h3>
<ul>
<li>Games and graphics with Pygame <em>by John Bograd</em>
(<a href="https://www.youtube.com/watch?v=i4sJGGY1mTA">video</a>)</li>
<li><a href="http://joanpeturpetersen.github.io/list-comp">List and Generator Comprehensions</a> <em>by J. P. Petersen</em></li>
<li><a href="http://htmlpreview.github.io/?https://github.com/laszlocph/talks/blob/master/probabilistic_programming/presentation.html#slide1">Short talk: An Enthusiast's Intro to PyMC3</a> <em>by Laszlo Fogas</em></li>
<li><a href="mailto:[email protected]?subject=I want to give a talk about <blank>">Subbmit a talk</a></li>
</ul>
<hr />
<h1>#11</h1>
<h3>When: 18:00, Thursday, 3<sup>th</sup> April 2014</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby - <a href="https://www.google.com/maps/place/55%C2%B046'56.8%22N+12%C2%B030'46.4%22E/@55.782442,12.512886,15z/data=!3m1!4b1!4m2!3m1!1s0x0:0x0">map</a></h3>
<h3>Talks</h3>
<ul>
<li>Learning Python; - starting from scratch <em>by John Bograd</em></li>
<li><a href="mailto:[email protected]?subject=I want to give a talk about <blank>">Subbmit a talk</a></li>
</ul>
<hr />
<h1>#10</h1>
<h3>When: 18:00, Thursday, 6<sup>th</sup> March 2014</h3>
<h3>Where: <a href="http://podio.com">Podio</a>, Vesterbrogade 34 (4th floor), 1620 Copenhagen V (<a href="http://goo.gl/maps/viw8h">map</a>).</h3>
<h3>Talks</h3>
<ul>
<li>Pretty Python—Why readability matters? Best practices for writing
clean, readable Python code <em>by Jakob Pulczynski</em></li>
<li>An Introduction to MongoDB and PyMongo <em>by J. P. Petersen</em></li>
<li>Codegolf in Python <em>by Brian Lind Lauridsen</em></li>
<li>Say Hi to Hy! by <em>by Martin Gergov</em></li>
</ul>
<hr />
<h1>#9</h1>
<h3>When: 18:00, Thursday, 6<sup>th</sup> February 2014</h3>
<h3>Where: <a href="http://prosa.dk/">PROSA</a>, Vester Farimagsgade 37A, 1606 Copenhagen V (<a href="http://goo.gl/maps/o8dtK">map</a>)</h3>
<h3>Talks</h3>
<ul>
<li>Using the dis library, for understanding and debugging code <em>by Kristian Glob Johansson</em></li>
<li>What’s new in Python 3.4 <em>by Alex Burke</em></li>
<li>PEP 257 and pep257 <em>by Vladimir Keleshev</em></li>
</ul>
<h1>#8</h1>
<h3>When: 18:00, Monday, 9<sup>th</sup> December 2013</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby (<a href="http://goo.gl/maps/llCcL">map</a>)</h3>
<h3>Talks</h3>
<ul>
<li>Nature inspired programming <em>by Kristian Glob Johansson</em></li>
<li>Login management with Flask <em>by Jóan Petur Petersen</em></li>
<li>EEG, Emotiv and Python <em>by Finn Årup Nielsen</em></li>
</ul>
<h1>#7</h1>
<h3>When: 18:00, Thursday, 3<sup>rd</sup> October 2013</h3>
<h3>Where: Issuu A/S, Gasværksvej 16, 1656 København V</h3>
<h3>Talks</h3>
<ul>
<li>The Twisted approach: advantages and disadvantages <em>by Martin Gergov</em></li>
<li>What's new in pytest 2.4 <em>by Vladimir Keleshev</em></li>
<li>A Simple Python Graph Database <em>by Martin Koch</em></li>
</ul>
<hr />
<h1>#6</h1>
<h3>When: 18:00, Thursday, 5<sup>th</sup> September 2013</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby</h3>
<h3>Talks</h3>
<ul>
<li>Meet py.test <em>by Vladimir Keleshev</em></li>
<li>State of PyPy <em>by Jóan Petur Petersen</em></li>
</ul>
<hr />
<h1>#5</h1>
<h3>When: 18:00, Thursday, 6<sup>th</sup> June 2013</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby</h3>
<h3>Talks</h3>
<ul>
<li>Critique of Python <em>by Vladimir Keleshev</em>
(<a href="http://www.youtube.com/watch?v=CpjUoYcaUu8">video</a>)</li>
<li>Introduction to Python machine learning <em>by Laszlo Fogas</em>
(<a href="http://www.youtube.com/watch?v=mYibQljF650">video</a>)</li>
<li>Approaching data malleability <em>by Alex Burke</em></li>
<li>Make slides with Python <em>by Jóan Petur Petersen</em></li>
</ul>
<hr />
<h1>#4</h1>
<h3>When: 18:00, Thursday, 2<sup>nd</sup> May 2013</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby</h3>
<h3>Talks</h3>
<ul>
<li>Python Best Practice Patterns <em>by Vladimir Keleshev</em>
(<a href="http://www.youtube.com/watch?v=GZNUfkVIHAY">video</a>)</li>
<li>API Usability <em>by Andreas Damgaard Pedersen</em></li>
<li>Generators <em>by Anders Rasmussen</em>
(<a href="http://www.youtube.com/watch?v=6abSHR5Yfgk">video</a>)</li>
<li>Raspberry Pi Demo <em>by Sergejus Martinenas</em></li>
<li>Virtualenv Under the Hood <em>by Jóan Petur Petersen</em></li>
</ul>
<hr />
<h1>#3</h1>
<h3>When: 18:00, Thursday, 4<sup>th</sup> April 2013</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby</h3>
<h3>Talks</h3>
<ul>
<li>Python for beginners <em>by Jóan Petur Petersen</em></li>
<li>Raspberry Pi and Python <em>by Sergejus Martinenas</em></li>
<li>How to write an interpreter <em>by Vladimir Keleshev</em>
(<a href="http://www.youtube.com/watch?v=1h1mM7VwNGo">video</a>)</li>
</ul>
<hr />
<h1>#2</h1>
<h3>When: 17:00, Thursday, 28<sup>th</sup> February 2013</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby</h3>
<h3>Talks</h3>
<ul>
<li>Why you should give a talk at your local meetup</li>
<li>Test-driven development with py.test <em>by Vladimir Keleshev</em></li>
<li>Lightning-talk session: a series of 5 minute-talks</li>
</ul>
<hr />
<h1>#1</h1>
<h3>When: 17:00, 30<sup>th</sup> November 2012</h3>
<h3>Where: Room M1, Diplomvej 381, Scion DTU, 2800 Lyngby</h3>
<h3>Talks</h3>
<ul>
<li>Opbeat: ops for devs <em>by Ron Cohen</em></li>
<li>Scientific Python <em>by Jóan Petur Petersen</em></li>
<li>Create beautiful command-line interfaces <em>by Vladimir Keleshev</em></li>
</ul>
<hr />
<center>
<a href="http://www.oreilly.com/">
<img src="http://oreilly.com/ug/banners/ug_ad_250_python.gif"
alt="O'Reilly User Group Program Member">
</a>
</center>
<hr />
</body>
</html>