forked from imathis/octopress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
568 lines (257 loc) · 22.6 KB
/
index.html
File metadata and controls
568 lines (257 loc) · 22.6 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
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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Python North East Blog</title>
<meta name="author" content="Python North East">
<meta name="description" content="Tickets for our February Meetup (12th of Feb) are now available. This meetup will be our first at the new location of Clavering House who have …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://pythonnortheast.github.com/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="Python North East Blog" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">Python North East Blog</a></h1>
<h2>All the stuff happening at Python North East</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/01/14/februarys-meetup/">February’s Meetup</a></h1>
<p class="meta">
<time datetime="2013-01-14T12:32:00+00:00" pubdate data-updated="true">Jan 14<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Tickets for <a href="http://pythonnortheast.eventbrite.co.uk">our February Meetup</a> (12th of Feb) are now available.</p>
<p>This meetup will be our first at the new location of <a href="http://newcastlebusinessvillage.co.uk/">Clavering House</a> who have graciously obliged to house our meetups into the future (<em>thanks Li</em>)</p>
<p>We’re in the process of confirming the talk and looking for someone to do a show a tell, so if you want to show the world what you’ve been hacking away on, then this is your chance. If you’re interested <a href="/contact/">drop us a line</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/11/16/novembers-meetup-were-getting-stronger/">November’s Meetup - We’re Getting Stronger</a></h1>
<p class="meta">
<time datetime="2012-11-16T06:37:00+00:00" pubdate data-updated="true">Nov 16<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><h1>Novembers Meetup</h1>
<p>We all had a cracking time at the meetup on Tuesday and judging by the tweets, so did everyone else. This was our third formal meetup since the group resureccted itself back in September and I think it’s safe to say that we’re finding our feet and that we’re on track to grow into a really strong community of Python Users in 2013.</p>
<p>So here’s a brief run down of events from Tuesday starting with continuing with our <a href="https://github.com/pythonnortheast/introduction-1">Introduction to Python</a> …</p>
<h2>Intro To String Formatting</h2>
<p><a href="http://www.papyrusresearch.com/about/">Kieran Darcy</a> ran eloquenty guided the group through everything to do with <a href="https://github.com/pythonnortheast/introduction-1/blob/master/step-5-strings-formatting.py">string formatting</a> from Python 2 & Python 3. It was really helpful to see how we’re all going to adapt from the “old (v2.x)” to the “new (v3.x)”</p>
<h2>Intro To Name Spaces</h2>
<p>Namespaces are great and <a href="http://davidjeffrey.co.uk">Dave Jeffery</a> took some time to []break it all down]<a href="step-6-imports.py">2</a> into byte sized chunks (<em>sorry, couldn’t resist the pun</em>). For future reference don’t do this …</p>
<p><code>from os import *</code></p>
<p>Because if you do, you’ll turn Dave into a ’<a href="http://www.youtube.com/watch?v=I6vPRaIrvqU">sad panda</a>’.</p>
<h2>Show & Tell - Ross Cooney</h2>
<p><a href="http://www.spoutingshite.com/about/">Ross Cooney</a> was super brave to be the first person to do out first show and tell — especially because it was his first ever python script. Ross had developed a python script that would help him deploy config files and restart daemons to a number of machines on private networks accessible by one gateway machine.</p>
<p>What was really good about this was that members of the group were able to give some stellar feedback that offered increased security and performance boosts.</p>
<p>So we’ll be looking for someone else to do this next month - if you’re up for it, drop a line on our <a href="http://pythonnortheast.co.uk/group">group mailing list</a> or <a href="http://twitter.com/pythonnortheast">send us a tweet</a></p>
<h2>Building a Web App with Flask</h2>
<p>Due to a run over from last Month, Kieran’s talk got postponed until this month - it was worth the wait!</p>
<p>Kieran <a href="https://github.com/kierandarcy/qrimage">talked about building a QR image generation web app with Flask</a> and walked through it step by step with clarity.</p>
<p>It was really good to see flask used for something other than a simple API and really good to show the group how such a feat is acheived. Kieran put loads of work into this demo and you can run through <a href="https://github.com/kierandarcy/qrimage-tutorial">the tutorial</a> step by step using the tags on the <a href="https://github.com/kierandarcy/qrimage-tutorial">tutorial git repository</a>.</p>
<p><code>git checkout step-1 # and then step-2, step-3 etc etc</code></p>
<h2>Other Awesomes</h2>
<p>We saw a few new faces at the meetup this month and loads of people from previous months proving that we’re forming into a nice little (for now!) community with a bright future ahead for 2013.</p>
<p>Mick Johnson from <a href="http://www.insquaremedia.com/">insquare media</a> wrote up a really nice <a href="http://www.insquaremedia.com/blog/14-what-we-re-doing/35-python-north-eastThanks">blog post about the lack of sandals and beards</a>. Though I should point out that Simon was sporting a fine beard this month.</p>
<p>We were super chuffed that Chris & Chris (Father & Son combo!) made it along. Chris asked if we’d be doing any really basic introduction to python stuff and the short answer is yes, in fact we’re having a meeting in December (the 4th is the current date that’s been penciled in) and it’s one of the top issues that we’re going to tackle so watch this space.</p>
<p>in response to using the wonderful <a href="https://github.com/inglesp/prescons">prescon</a> for a few months, Dave has developed the idea further into something that runs in the browser. You can see a <a href="http://davidjeffrey.eu/static/pypres/test.html">demo of it</a> or <a href="https://github.com/jeffrhodeisland/pysenter">checkout the source code</a>. Kudos to <a href="http://mindfulmantis.com/">Sam Lambert</a> for suggesting the Name Pysenter.</p>
<h2>Official Meeting</h2>
<p>Now that the groups is really coming together we’re going to hold an official meeting at the start of December (provisionally the 4th).</p>
<p>We’ll be working from an <a href="http://openetherpad.org/python-north-east-official-meeting-dec-2012">agenda that we’re going to put together</a> over the next few weeks and the meeting will be chaired by myself (Jamie Curle) minutes will be taken by Dave Jeffery and everyone is welcome to attend.</p>
<p>Please do bear in mind however that this is not a meetup - The meeting is our first ‘serious’ official meeting so that we can decide a plan of action for the groups future and <em>everything</em> will come from <a href="http://openetherpad.org/python-north-east-official-meeting-dec-2012">the meeting’s etherpad</a> which anyone is free to contribute to.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/10/17/novembers-meetup/">Novembers Meetup</a></h1>
<p class="meta">
<time datetime="2012-10-17T01:40:00+01:00" pubdate data-updated="true">Oct 17<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Here’s what we’ve got lined up for our next meet up on 13th November 2013.</p>
<p><a href="http://pythonnortheast.eventbrite.co.uk/">Tickets are available now via eventbrite</a>.</p>
<h2>6pm - Kick off</h2>
<p>Jamie will be kicking everything off with an overview of what’s lined up for the night.</p>
<h2>6:10 - 6:40pm - Intro to Strings & Namespacing.</h2>
<p>We’re carrying on the introduction to python and this month.</p>
<ul>
<li>Dave will be showing everyone about namespacing in python</li>
<li>Kieren will be showing you more about string formatting</li>
<li>Simon will be doing something, but we’re not sure what just yet.</li>
</ul>
<h2>6:40 - 7:00pm - What you’ve been doing with Python.</h2>
<p>We’re looking for two people to stand up and show the group what they’ve been doing with python since the last meetup. It’ll be two talks of strictly 10 mins - <a href="https://groups.google.com/forum/?fromgroups#!topic/python-north-east/o2_FShg56Mw">checkout this thread for more info</a></p>
<h2>7:00 - 7:30pm - How to get started building a webapp in flask workshop</h2>
<p>Kieran Darcy will be doing a talk/workshop on Flask and how to get started building a basic app. You’ll be able to code along so bring your machine.</p>
<h2>7:30 - 8pm - Pizza and jibber jabber.</h2>
<p>A chance to catch up with everyone from the group and to meet other python folk from the North East python scene whilst chomping on free pizza courtesy of <a href="http://designcc.co.uk">c&c Design</a> and <a href="https://obscuremetaphor.co.uk">Obscure Metaphor</a>.</p>
<h2>> 8pm - The Pub</h2>
<p>This is where the “unofficial meetup” takes place :)</p>
<h2>Fancy it?</h2>
<p><a href="http://pythonnortheast.eventbrite.co.uk/">Tickets are available now via eventbrite</a>.</p>
<p>See you there.</p>
<p>Cheers,</p>
<p>Jamie.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/09/22/octobers-meetup/">Octobers Meetup</a></h1>
<p class="meta">
<time datetime="2012-09-22T12:19:00+01:00" pubdate data-updated="true">Sep 22<span>nd</span>, 2012</time>
</p>
</header>
<div class="entry-content">
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/09/14/septembers-meetup/">Septembers Meetup</a></h1>
<p class="meta">
<time datetime="2012-09-14T09:04:00+01:00" pubdate data-updated="true">Sep 14<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>We had a great night on Tuesday the 11th of September at the first meetup in a long while. We had 15 attendees and managed to chomp through 2 topics, 1 workshop, 10 pizzas and 4 bottles of pop.</p>
<h2>Slides</h2>
<p>The slides for <a href="https://github.com/pythonnortheast/slides/blob/master/2012/sep/11/ZODB.pdf?raw=true">Simon’s talk on ZODB</a> and <a href="https://github.com/pythonnortheast/slides/blob/master/2012/sep/11/virtualenv.pdf?raw=true">Dave’s talk on virtualenv</a> can both be found on <a href="https://github.com/pythonnortheast/">The Community Python North East Github</a> account.</p>
<h2>Next: October’s Meetup</h2>
<p>We also had some great ideas for next month’s talks and one volunteer - Kieran.
He’s volunteered to talk about Flask as an inroad to python web frameworks. However, we don’t have his contact details so if anyone could connect us, we’d be eternally grateful.</p>
<p>Potential topics for next month are —</p>
<ul>
<li>Python primitives - a community presentation of 3-5 min lightening talks on the primitive data types</li>
<li>Games design & development with python</li>
<li>Case study of a live django project</li>
<li>1/2 hour workshop on setting up django projects</li>
</ul>
<h2>Getting Involved</h2>
<p>If you’ve got an idea for talk that you’d like to see, or even better, one that you’d like to give then <a href="https://groups.google.com/d/forum/python-north-east">post a discussion to the group</a>.</p>
<p>We’re really keen on developing the novices in the group and especially keen on everyone cutting their presenting teeth, so don’t feel like you’re not good enough to give a talk. If you can communicate with the outside world in anyway then you possess the skill to deliver a talk.</p>
<p>You don’t have to do the whole slide thing, if you want to communicate through the power of interpretative dance then that’s cool with us.</p>
<p>This is your group and it’s early days; it isn’t important how you get involved, it’s just important that you do. So <a href="https://twitter.com/PythonNorthEast">follow Python North East</a>, get <a href="https://groups.google.com/d/forum/python-north-east">involved in the discussions</a>, grab a <a href="http://pythonnortheast.eventbrite.co.uk">ticket for the next meetup</a> and start getting involved.</p>
<p>Cheers,</p>
<p>Python North East.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/22/the-problem-with-pingdom/">The Problem With Pingdom</a></h1>
<p class="meta">
<time datetime="2012-07-22T19:13:00+01:00" pubdate data-updated="true">Jul 22<span>nd</span>, 2012</time>
</p>
</header>
<div class="entry-content">
<figure class='code'><figcaption><span>Time to be Awesome - awesome.rb </span></figcaption>
<div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='rb'><span class='line'><span class="nb">puts</span> <span class="s2">"Awesome!"</span> <span class="k">unless</span> <span class="n">lame</span>
</span></code></pre></td></tr></table></div></figure>
<p><a href="http://www.pingdom.com%20Pingdom">The problem with pingdom.</a></p>
<p>My money’s in that office, right? If she start giving me some bullshit about it ain’t there, and we got to go someplace else and get it, I’m gonna shoot you in the head then and there. Then I’m gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I’m talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand?</p>
<blockquote><p>Blockquote is what goes
inside this block here
would you believe that
bullshit?</p></blockquote>
<p>Well, the way they make shows is, they make one show. That show’s called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they’re going to make more shows. Some pilots get picked and become television programs. Some don’t, become nothing. She starred in one of the ones that became nothing.</p>
<p>The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother’s keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.</p>
<p>Your bones don’t break, mine do. That’s clear. Your cells react to bacteria and viruses differently than mine. You don’t get sick, I do. That’s also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We’re on the same curve, just on opposite ends.</p>
<p>Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, that’s what you see at a toy store. And you must think you’re in a toy store, because you’re here shopping for an infant named Jeb.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/22/intro/">Intro</a></h1>
<p class="meta">
<time datetime="2012-07-22T08:23:00+01:00" pubdate data-updated="true">Jul 22<span>nd</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Testing!</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin, massa eu vestibulum laoreet, nibh ante vulputate lorem, ac lobortis ante tellus eu mi. Duis sem nisi, luctus at feugiat eget, fringilla ut tellus. Nam a molestie justo. Sed pulvinar est vitae tellus semper tincidunt. Fusce euismod luctus lacus nec placerat. Mauris rutrum scelerisque nulla ut tempor. Nunc porttitor posuere mi, aliquet vehicula lorem feugiat in. Ut ut fermentum risus. Aliquam tincidunt ultricies ante sit amet bibendum. Cras nec sapien odio. Duis posuere congue sem, at congue massa faucibus at.</p>
<p>Integer ut sapien eget nisl auctor faucibus ut fermentum arcu. Nunc rutrum urna non risus congue et tristique felis eleifend. Maecenas blandit est eu mauris aliquam aliquet. Quisque porttitor enim eget risus blandit in mollis orci eleifend. Nam malesuada nulla sed lacus elementum placerat accumsan arcu rhoncus. Phasellus feugiat cursus turpis nec facilisis. Duis eget metus arcu, eget commodo velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer cursus vulputate enim, vel gravida velit faucibus et. Ut a urna vitae tellus cursus rhoncus. Maecenas at odio eget quam cursus elementum. Aliquam vitae eros quis tellus laoreet accumsan sed id lorem. Suspendisse et rutrum leo. Integer scelerisque vestibulum adipiscing. In posuere, libero ac accumsan suscipit, nulla ligula gravida erat, ut tempor odio erat nec sem. Quisque justo ipsum, adipiscing volutpat varius vitae, blandit eget nisi.</p>
<p>Nullam adipiscing neque ac lacus commodo vitae imperdiet dui sollicitudin. Ut ac nunc augue. Nam at sem ut quam commodo aliquet vitae vitae dui. Vivamus scelerisque felis eget dolor cursus feugiat. Phasellus at dui sed lectus scelerisque pretium. Etiam nec massa ut justo vestibulum fringilla ac vitae urna. Morbi tortor erat, tempus sed consectetur at, elementum nec eros. Vivamus mattis arcu a sapien semper non lacinia eros pretium.</p>
<p>Proin ut hendrerit arcu. Maecenas ullamcorper tristique magna vel mattis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam tincidunt euismod viverra. In sit amet neque turpis. Suspendisse ac sapien mi, id blandit purus. Ut tortor turpis, rutrum ac tempor at, accumsan sit amet erat. Etiam ultricies eleifend dolor, eget tempus justo tristique vitae. In hac habitasse platea dictumst. Aliquam eu enim neque.</p>
<p>Morbi massa lorem, viverra non dictum at, malesuada vel nibh. Nam fermentum lobortis varius. Sed a nulla lacus, quis posuere risus. Nunc id urna libero, quis rutrum mi. In gravida felis urna. Praesent nec dolor ac urna tempor fermentum. Curabitur rutrum arcu et lorem volutpat viverra.</p>
</div>
</article>
<div class="pagination">
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2013/01/14/februarys-meetup/">February’s Meetup</a>
</li>
<li class="post">
<a href="/blog/2012/11/16/novembers-meetup-were-getting-stronger/">November’s meetup - we’re getting stronger</a>
</li>
<li class="post">
<a href="/blog/2012/10/17/novembers-meetup/">Novembers Meetup</a>
</li>
<li class="post">
<a href="/blog/2012/09/22/octobers-meetup/">Octobers Meetup</a>
</li>
<li class="post">
<a href="/blog/2012/09/14/septembers-meetup/">Septembers Meetup</a>
</li>
</ul>
</section>
<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating…</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("PythonNorthEast", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
<a href="http://twitter.com/PythonNorthEast" class="twitter-follow-button" data-show-count="false">Follow @PythonNorthEast</a>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - Python North East -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>