<?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>Sérgio's blog &#187; Python</title>
	<atom:link href="http://www.smachado.com/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smachado.com</link>
	<description>About computers, software, gadgets, programming and more....</description>
	<lastBuildDate>Sun, 16 May 2010 20:40:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Query the windows registry with python</title>
		<link>http://www.smachado.com/2009/06/query-the-windows-registry-with-python/</link>
		<comments>http://www.smachado.com/2009/06/query-the-windows-registry-with-python/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 21:26:17 +0000</pubDate>
		<dc:creator>smachado</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.smachado.com/?p=81</guid>
		<description><![CDATA[To get values from the windows registry using the python language use snippet below.
This was tested with Python 2.6
References: http://docs.python.org/library/_winreg.html
]]></description>
			<content:encoded><![CDATA[<p>To get values from the windows registry using the python language use snippet below.</p>
<p>This was tested with Python 2.6</p>
<p>References: <a title="http://docs.python.org/library/_winreg.html" href="http://docs.python.org/library/_winreg.html" target="_blank">http://docs.python.org/library/_winreg.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smachado.com/2009/06/query-the-windows-registry-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
