<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Running MySQL queries in Python</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 05:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Indian handicrafts</title>
		<link>http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/comment-page-1/#comment-15415</link>
		<dc:creator>Indian handicrafts</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=678#comment-15415</guid>
		<description>well,This is a simple matter with a simple solution that might help someone save time and confusion. Emacs wasn’t coloring my comments correctly so I went ahead and had it change them to red-italic. If you are having similar issues you can drop the following into your home directory’s .emacs file. Enjoy. Keep in mind that if you are using emacs in a terminal session as opposed to the X-server gui then you will not see the italics.Thank you</description>
		<content:encoded><![CDATA[<p>well,This is a simple matter with a simple solution that might help someone save time and confusion. Emacs wasn’t coloring my comments correctly so I went ahead and had it change them to red-italic. If you are having similar issues you can drop the following into your home directory’s .emacs file. Enjoy. Keep in mind that if you are using emacs in a terminal session as opposed to the X-server gui then you will not see the italics.Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exporting a MySQL DB to .csv &#124; tail -f findings.out</title>
		<link>http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/comment-page-1/#comment-8568</link>
		<dc:creator>Exporting a MySQL DB to .csv &#124; tail -f findings.out</dc:creator>
		<pubDate>Sun, 15 Nov 2009 13:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=678#comment-8568</guid>
		<description>[...] access to the dump programmatically you&#8217;ll need to use command line calls (or an API, like mysqldb). In a recent case I did not need the actual SQL for my database, just the data. The command I [...]</description>
		<content:encoded><![CDATA[<p>[...] access to the dump programmatically you&#8217;ll need to use command line calls (or an API, like mysqldb). In a recent case I did not need the actual SQL for my database, just the data. The command I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catching warnings from the MySQLdb module &#124; tail -f findings.out</title>
		<link>http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/comment-page-1/#comment-7852</link>
		<dc:creator>Catching warnings from the MySQLdb module &#124; tail -f findings.out</dc:creator>
		<pubDate>Mon, 26 Oct 2009 03:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=678#comment-7852</guid>
		<description>[...] MySQLdb Python module implements the Python DB API for MySQL. I&#8217;ve written about its use before. MySQL issues warning messages in a number of circumstances and PEP 249 (which specifies the Python [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQLdb Python module implements the Python DB API for MySQL. I&#8217;ve written about its use before. MySQL issues warning messages in a number of circumstances and PEP 249 (which specifies the Python [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/comment-page-1/#comment-4837</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Fri, 03 Jul 2009 17:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=678#comment-4837</guid>
		<description>@Mats Glad you found it useful! I&#039;ve encountered a few more related gotchas that I&#039;ll be adding to this post soon as well.</description>
		<content:encoded><![CDATA[<p>@Mats Glad you found it useful! I&#8217;ve encountered a few more related gotchas that I&#8217;ll be adding to this post soon as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Brisenfeldt</title>
		<link>http://dancingpenguinsoflight.com/2009/03/running-mysql-queries-in-python/comment-page-1/#comment-4820</link>
		<dc:creator>Mats Brisenfeldt</dc:creator>
		<pubDate>Fri, 03 Jul 2009 11:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=678#comment-4820</guid>
		<description>Hi Samuel

Thank you so much for this article.

&quot;While there are a number of helpful tutorials out there on how to connect to a MySQL database, they really just covers the basics and often fall short of describing a complete and good implementation, one you would want to use in production.&quot; &gt;&gt; I agree 100%

Regards
Mats Brisenfeldt</description>
		<content:encoded><![CDATA[<p>Hi Samuel</p>
<p>Thank you so much for this article.</p>
<p>&#8220;While there are a number of helpful tutorials out there on how to connect to a MySQL database, they really just covers the basics and often fall short of describing a complete and good implementation, one you would want to use in production.&#8221; &gt;&gt; I agree 100%</p>
<p>Regards<br />
Mats Brisenfeldt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
