<?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>Jojo Siao &#187; python</title>
	<atom:link href="http://jojosiao.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://jojosiao.com</link>
	<description>personal blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 04:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Querying MySQL tables with Python and MySQLdb</title>
		<link>http://jojosiao.com/2009/07/querying-mysql-tables-with-python-and-mysqldb/</link>
		<comments>http://jojosiao.com/2009/07/querying-mysql-tables-with-python-and-mysqldb/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 13:03:35 +0000</pubDate>
		<dc:creator>jojo siao</dc:creator>
				<category><![CDATA[archived blog posts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldb]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Web programming]]></category>

		<guid isPermaLink="false">http://jojosiao.com/?p=396</guid>
		<description><![CDATA[Previously I made a  blog post regarding installing mod_python. Now I will share with you how to query mysql tables with Python and MySQLdb. Installing MySQLdb If we want to check if mysqldb is already installed, type &#8216;python&#8217; on the commandline and then, type &#8216;import MySQLdb&#8217;. If it does not respond to an error, it [...]]]></description>
		<wfw:commentRss>http://jojosiao.com/2009/07/querying-mysql-tables-with-python-and-mysqldb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing mod_python</title>
		<link>http://jojosiao.com/2009/07/installing-mod_python/</link>
		<comments>http://jojosiao.com/2009/07/installing-mod_python/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:12:32 +0000</pubDate>
		<dc:creator>jojo siao</dc:creator>
				<category><![CDATA[archived blog posts]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[jojosiao]]></category>
		<category><![CDATA[mod_python]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jojosiao.com/?p=379</guid>
		<description><![CDATA[I want to share to you how I was able to add python support on to my fedora server. First, you must check your server if you have already Python installed by simply typing python on the command line. then, download mod_python from their site. After downloading, decompress the file, and configure the decompressed file [...]]]></description>
		<wfw:commentRss>http://jojosiao.com/2009/07/installing-mod_python/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
