<?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>Python Simple</title>
	<atom:link href="http://pythonsimple.noucleus.net/feed" rel="self" type="application/rss+xml" />
	<link>http://pythonsimple.noucleus.net</link>
	<description>guidelines, tips and tricks to lifehack your everyday computer life</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:06:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>ActivePython 2.6 Installation Path Caveat</title>
		<link>http://pythonsimple.noucleus.net/python-install/activepython-2-6-installation-path-caveat</link>
		<comments>http://pythonsimple.noucleus.net/python-install/activepython-2-6-installation-path-caveat#comments</comments>
		<pubDate>Wed, 10 Mar 2010 03:16:03 +0000</pubDate>
		<dc:creator>Python Simple</dc:creator>
				<category><![CDATA[python install]]></category>
		<category><![CDATA[python version]]></category>

		<guid isPermaLink="false">http://pythonsimple.noucleus.net/?p=12</guid>
		<description><![CDATA[In a prior reading we recommended to install Python on Windows into C:\Program Files\Python\X.Y (with X.Y being the Python version number). Alas, due to a bug in one of the included ActiveState&#8217;s tools, there is a minor issue with this installation location. Fortunately, there is also a very simple workaround. The Problem The ActivePython 2.6 [...]]]></description>
		<wfw:commentRss>http://pythonsimple.noucleus.net/python-install/activepython-2-6-installation-path-caveat/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python Data Processing</title>
		<link>http://pythonsimple.noucleus.net/python-tutorials/python-data-processing</link>
		<comments>http://pythonsimple.noucleus.net/python-tutorials/python-data-processing#comments</comments>
		<pubDate>Wed, 04 Nov 2009 06:00:03 +0000</pubDate>
		<dc:creator>Python Simple</dc:creator>
				<category><![CDATA[python tutorials]]></category>
		<category><![CDATA[python data]]></category>

		<guid isPermaLink="false">http://pythonsimple.noucleus.net/?p=7</guid>
		<description><![CDATA[One particular strength of Python is it&#8217;s ability to process data in a variety of ways. While many programming languages would impose a great overhead here, in Python most data processing tasks are hacked away within (far) less than 100 lines of code. What do we mean by data processing? From a certain perspective, most [...]]]></description>
		<wfw:commentRss>http://pythonsimple.noucleus.net/python-tutorials/python-data-processing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Site-Packages &#8211; What They Are And Where To Put Them</title>
		<link>http://pythonsimple.noucleus.net/python-install/python-site-packages-what-they-are-and-where-to-put-them</link>
		<comments>http://pythonsimple.noucleus.net/python-install/python-site-packages-what-they-are-and-where-to-put-them#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:18:03 +0000</pubDate>
		<dc:creator>Python Simple</dc:creator>
				<category><![CDATA[python install]]></category>
		<category><![CDATA[python site packages]]></category>

		<guid isPermaLink="false">http://pythonsimple.noucleus.net/?p=8</guid>
		<description><![CDATA[In this post we will show how to set up an advanced directory structure for painless maintenance of version-specific and version-independent Python packages. In Python, reusable code is distributed in so-called modules and packages. A Python package is a folder containing several Python modules and possibly sub-packages. When a module X is imported, Python searches [...]]]></description>
		<wfw:commentRss>http://pythonsimple.noucleus.net/python-install/python-site-packages-what-they-are-and-where-to-put-them/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python Install</title>
		<link>http://pythonsimple.noucleus.net/python-install/python-install</link>
		<comments>http://pythonsimple.noucleus.net/python-install/python-install#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:35:47 +0000</pubDate>
		<dc:creator>Python Simple</dc:creator>
				<category><![CDATA[python install]]></category>
		<category><![CDATA[python version]]></category>

		<guid isPermaLink="false">http://pythonsimple.noucleus.net/?p=6</guid>
		<description><![CDATA[Before you can use any of the code or apply any of the recipes around here, you&#8217;ll need to make sure Python is in place on your machine. Here&#8217;s are instructions how to obtain and install Python. Do You Need To Install Python? If you are a Linux user, Python is almost certainly already installed. [...]]]></description>
		<wfw:commentRss>http://pythonsimple.noucleus.net/python-install/python-install/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python Simple</title>
		<link>http://pythonsimple.noucleus.net/python-simple/python-simple</link>
		<comments>http://pythonsimple.noucleus.net/python-simple/python-simple#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:41:25 +0000</pubDate>
		<dc:creator>Python Simple</dc:creator>
				<category><![CDATA[python simple]]></category>

		<guid isPermaLink="false">http://pythonsimple.noucleus.net/blog/?p=1</guid>
		<description><![CDATA[What is the Python Simple website about? Python Simple is all about combining simplicity with the power and elegance of Python to provide everyday value. Study Python tutorials and Python examples from RealLife™,  get recommendations for Python books, and discover other useful Python stuff. Simplify your everyday computer life with Python Simple! From a operating [...]]]></description>
		<wfw:commentRss>http://pythonsimple.noucleus.net/python-simple/python-simple/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
