<?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>CoderDan &#187; python</title>
	<atom:link href="http://www.coderdan.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderdan.com</link>
	<description>My thoughts on programming, technology and business</description>
	<lastBuildDate>Tue, 13 Dec 2011 23:34:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple Web Server</title>
		<link>http://www.coderdan.com/2010/05/simple-web-server/</link>
		<comments>http://www.coderdan.com/2010/05/simple-web-server/#comments</comments>
		<pubDate>Wed, 26 May 2010 13:37:44 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=59</guid>
		<description><![CDATA[If you need a very simple web server to transfer some files you can run: python -m SimpleHTTPServer 80 and you will create a simple web server serving files from the current directory.]]></description>
			<content:encoded><![CDATA[<p>If you need a very simple web server to transfer some files you can run:<br />
<code>python -m SimpleHTTPServer 80</code><br />
and you will create a simple web server serving files from the current directory. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2010/05/simple-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

