<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Angry Objects</title>
	<atom:link href="http://www.angryobjects.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.angryobjects.com</link>
	<description></description>
	<lastBuildDate>Sat, 15 Oct 2011 13:26:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HTTP with Python &#8211; PycURL by Example</title>
		<link>http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/</link>
		<comments>http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:24:45 +0000</pubDate>
		<dc:creator>objectified</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.angryobjects.com/?p=56</guid>
		<description><![CDATA[A colleague of mine recently remarked something along the lines of "whenever I need to do HTTP client stuff in any language, I usually go look for cURL bindings straight away", and I'm starting to agree on that one. HTTP is hard to do right, and cURL has a track record of doing HTTP right. If you don't know what cURL is, take a look at <a href="http://curl.haxx.se">http://curl.haxx.se</a>
Using PycURL, I was able to implement my use cases in a snap. Then I wondered - why isn't this module more popular among Python developers? The PycURL website already states the reasons - it doesn't have a very Pythonic interface as it is a thin layer over libcurl (which is implemented in C), and it takes some knowledge of the cURL C API to put it to effective use. The first reason I can't really help with, but I'll be focusing on the second - gaining some knowledge of the underlying API. I'll try to explain how this API works by implementing a number of use cases using PycURL.]]></description>
		<wfw:commentRss>http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Guess who&#8217;s back</title>
		<link>http://www.angryobjects.com/2011/10/15/guess-whos-back/</link>
		<comments>http://www.angryobjects.com/2011/10/15/guess-whos-back/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:21:39 +0000</pubDate>
		<dc:creator>objectified</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.angryobjects.com/?p=61</guid>
		<description><![CDATA[I haven&#8217;t been posting on this weblog for ages. Why? For a few reasons, mainly because I switched jobs from development to operations which has been taking a lot of my time. I consciously made this switch, since I reasoned that if I spent some time in operations I&#8217;d learn more about how delivered code [...]]]></description>
		<wfw:commentRss>http://www.angryobjects.com/2011/10/15/guess-whos-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

