<?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>Nomad Journey &#187; Python</title>
	<atom:link href="http://www.nomadjourney.com/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomadjourney.com</link>
	<description>Currently in transit between here and there...</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:43:38 +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>Suppressing MySQL/MySQLdb warning messages from Python</title>
		<link>http://www.nomadjourney.com/2010/04/suppressing-mysqlmysqldb-warning-messages-from-python/</link>
		<comments>http://www.nomadjourney.com/2010/04/suppressing-mysqlmysqldb-warning-messages-from-python/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 03:49:51 +0000</pubDate>
		<dc:creator>Nizam Sayeed</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldb]]></category>
		<category><![CDATA[suppress warnings]]></category>
		<category><![CDATA[warning messages]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=318</guid>
		<description><![CDATA[Here is a quick three line snippet that will suppress all of those annoying warning messages from MySQL when using MySQLdb: from warnings import filterwarnings import MySQLdb as Database filterwarnings(&#039;ignore&#039;, category = Database.Warning) To re-enable the warnings later on: from warnings import resetwarnings resetwarnings() More about the warnings Python standard library: http://docs.python.org/library/warnings.html]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2010/04/suppressing-mysqlmysqldb-warning-messages-from-python/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 7, 64-bit Python and easy_install</title>
		<link>http://www.nomadjourney.com/2009/08/windows-7-64-bit-python-and-easy_install/</link>
		<comments>http://www.nomadjourney.com/2009/08/windows-7-64-bit-python-and-easy_install/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 21:56:55 +0000</pubDate>
		<dc:creator>Nizam Sayeed</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[easy_install]]></category>
		<category><![CDATA[incompatibility]]></category>
		<category><![CDATA[setuptools]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=246</guid>
		<description><![CDATA[I recently downloaded and installed Windows 7 RTM on my laptop. I upgraded from 32-bit XP to a 64-bit flavor of Windows 7. I decided to install a 64-bit version of Python to take advantage of the 6GB of memory installed on my laptop. All well and good. I proceeded to grab and set up [...]]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2009/08/windows-7-64-bit-python-and-easy_install/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

