<?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>WTF *Nix &#187; Python</title>
	<atom:link href="http://www.wtfnix.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wtfnix.com</link>
	<description>Just another *nix Blog</description>
	<lastBuildDate>Tue, 04 May 2010 13:46:34 +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>Python Standard Modules :: WTF Quick Card</title>
		<link>http://www.wtfnix.com/2009/03/python-standard-modules-wtf-quick-card/</link>
		<comments>http://www.wtfnix.com/2009/03/python-standard-modules-wtf-quick-card/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:31:43 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[WTF Quick Cards]]></category>
		<category><![CDATA[python cheat sheet]]></category>
		<category><![CDATA[python math module]]></category>
		<category><![CDATA[python modules]]></category>
		<category><![CDATA[python os module]]></category>
		<category><![CDATA[python quick card]]></category>
		<category><![CDATA[python random module]]></category>
		<category><![CDATA[python re module]]></category>
		<category><![CDATA[python standard module]]></category>
		<category><![CDATA[python sys modue]]></category>
		<category><![CDATA[python time module]]></category>
		<category><![CDATA[quick reference]]></category>
		<category><![CDATA[quick reference card]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=990</guid>
		<description><![CDATA[Python is an extremely extensible language in that you can add new capabilities by importing modules.
Here are just a slim few, but a widely used all throughout the day to day process of programming within python, so here&#8217;s for anyone that needs a WTF Quick Card&#8230;
sys &#8211; Allows interaction with the Python system:

exit() &#8211; exit!
argv [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/03/python-standard-modules-wtf-quick-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python URL Parsing</title>
		<link>http://www.wtfnix.com/2009/03/python-url-parsing/</link>
		<comments>http://www.wtfnix.com/2009/03/python-url-parsing/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 04:14:44 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General Linux Blogging]]></category>
		<category><![CDATA[General Networking]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[parse website]]></category>
		<category><![CDATA[parse websites]]></category>
		<category><![CDATA[parseurl]]></category>
		<category><![CDATA[parsing urls]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=986</guid>
		<description><![CDATA[The urlparse module included with  Python makes it easy to break down URLs into specific components and reassemble  them. This is very useful for a number of purposes when processing HTML  documents.
The urlparse(urlstring [, default_scheme [,  allow_fragments]]) function takes the URL provided in urlstring and returns the tuple (scheme, netloc, path, [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/03/python-url-parsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ez_setup.py??? WTF Broken for a Win32 Machine&#8230;</title>
		<link>http://www.wtfnix.com/2009/03/ez_setuppy-wtf-broken-win32-machine/</link>
		<comments>http://www.wtfnix.com/2009/03/ez_setuppy-wtf-broken-win32-machine/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 23:01:16 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[easy setup]]></category>
		<category><![CDATA[easy_setup]]></category>
		<category><![CDATA[python easy setup]]></category>
		<category><![CDATA[python ez_setup]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=976</guid>
		<description><![CDATA[Well here&#8217;s the fix if you keep getting a 404 and issues on a Python VV 2.5.x
Just a few minor tweeks for DEFAULT_VERSION and DEFAULT_URL:
#!python
&#8220;&#8221;"Bootstrap setuptools installation
If you want to use setuptools in your package&#8217;s setup.py, just include this
file in the same directory with it, and add this to the top of your setup.py::
from ez_setup [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/03/ez_setuppy-wtf-broken-win32-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Cheat Sheet</title>
		<link>http://www.wtfnix.com/2009/03/python-cheat-sheet/</link>
		<comments>http://www.wtfnix.com/2009/03/python-cheat-sheet/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:25:49 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[python cheat]]></category>
		<category><![CDATA[python cheat sheet]]></category>
		<category><![CDATA[python command]]></category>
		<category><![CDATA[python commands]]></category>
		<category><![CDATA[visibone]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=961</guid>
		<description><![CDATA[Someone  requested for one, and here you have it. Enjoy this python cheat sheet
python_cheat_sheet



Share and Enjoy:


	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/03/python-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
