<?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>expletive inserted &#187; python</title>
	<atom:link href="http://zackola.com/blog/categories/technology/programming/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://zackola.com/blog</link>
	<description>Does cursing make you feel better?</description>
	<lastBuildDate>Sat, 03 Jul 2010 13:20:55 +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>Python String Interpolation</title>
		<link>http://zackola.com/blog/2008/06/30/python-string-interpolation/</link>
		<comments>http://zackola.com/blog/2008/06/30/python-string-interpolation/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 14:40:31 +0000</pubDate>
		<dc:creator>z</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://zackola.com/blog/?p=376</guid>
		<description><![CDATA[AKA string formatting, AKA Putting values of variables into strings, AKA that thing you do with the funny symbols to get the values of variables inside strings. At the most basic level, most programmers find that at some point they need to insert the values of a whole bunch of variables into a string. The [...]]]></description>
		<wfw:commentRss>http://zackola.com/blog/2008/06/30/python-string-interpolation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

