forked from imathis/octopress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathatom.xml
More file actions
244 lines (157 loc) · 18.8 KB
/
atom.xml
File metadata and controls
244 lines (157 loc) · 18.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Python North East Blog]]></title>
<link href="http://pythonnortheast.github.com/atom.xml" rel="self"/>
<link href="http://pythonnortheast.github.com/"/>
<updated>2013-01-15T07:56:07+00:00</updated>
<id>http://pythonnortheast.github.com/</id>
<author>
<name><![CDATA[Python North East]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[February's Meetup]]></title>
<link href="http://pythonnortheast.github.com/blog/2013/01/14/februarys-meetup/"/>
<updated>2013-01-14T12:32:00+00:00</updated>
<id>http://pythonnortheast.github.com/blog/2013/01/14/februarys-meetup</id>
<content type="html"><![CDATA[<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="http://pythonnortheast.github.com/contact/">drop us a line</a>.</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[November's meetup - we're getting stronger]]></title>
<link href="http://pythonnortheast.github.com/blog/2012/11/16/novembers-meetup-were-getting-stronger/"/>
<updated>2012-11-16T06:37:00+00:00</updated>
<id>http://pythonnortheast.github.com/blog/2012/11/16/novembers-meetup-were-getting-stronger</id>
<content type="html"><![CDATA[<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>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Novembers Meetup]]></title>
<link href="http://pythonnortheast.github.com/blog/2012/10/17/novembers-meetup/"/>
<updated>2012-10-17T01:40:00+01:00</updated>
<id>http://pythonnortheast.github.com/blog/2012/10/17/novembers-meetup</id>
<content type="html"><![CDATA[<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>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Octobers Meetup]]></title>
<link href="http://pythonnortheast.github.com/blog/2012/09/22/octobers-meetup/"/>
<updated>2012-09-22T12:19:00+01:00</updated>
<id>http://pythonnortheast.github.com/blog/2012/09/22/octobers-meetup</id>
<content type="html"><![CDATA[
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Septembers Meetup]]></title>
<link href="http://pythonnortheast.github.com/blog/2012/09/14/septembers-meetup/"/>
<updated>2012-09-14T09:04:00+01:00</updated>
<id>http://pythonnortheast.github.com/blog/2012/09/14/septembers-meetup</id>
<content type="html"><![CDATA[<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>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[The problem with Pingdom]]></title>
<link href="http://pythonnortheast.github.com/blog/2012/07/22/the-problem-with-pingdom/"/>
<updated>2012-07-22T19:13:00+01:00</updated>
<id>http://pythonnortheast.github.com/blog/2012/07/22/the-problem-with-pingdom</id>
<content type="html"><![CDATA[
<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>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Intro]]></title>
<link href="http://pythonnortheast.github.com/blog/2012/07/22/intro/"/>
<updated>2012-07-22T08:23:00+01:00</updated>
<id>http://pythonnortheast.github.com/blog/2012/07/22/intro</id>
<content type="html"><![CDATA[<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>
]]></content>
</entry>
</feed>