<?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: Managing a simple database with Python, SQLite and wxPython, 4</title>
	<atom:link href="http://python.genedrift.org/2009/03/02/managing-a-simple-database-with-python-sqlite-and-wxpython-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2009/03/02/managing-a-simple-database-with-python-sqlite-and-wxpython-4/</link>
	<description>a step-by-step guide to create Python applications in bioinformatics</description>
	<lastBuildDate>Mon, 22 Feb 2010 18:22:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2009/03/02/managing-a-simple-database-with-python-sqlite-and-wxpython-4/comment-page-1/#comment-25729</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Tue, 10 Mar 2009 16:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/?p=250#comment-25729</guid>
		<description>Hi Sukhi

The source is Git. Now, regarding your first question, this code only works for SQLite databases, that can be accessed directly from a module provided with Python. In order to access another SQL engine (like Oracle) you would need a more powerful &lt;a href=&quot;http://en.wikipedia.org/wiki/RDBMS&quot; rel=&quot;nofollow&quot;&gt;RDBMS&lt;/a&gt;, and for Python one of the best is &lt;a href=&quot;http://www.sqlalchemy.org/&quot; rel=&quot;nofollow&quot;&gt;SQLAlchemy&lt;/a&gt;. It has a similar approach as the SQLite module in Python, but it gives you extra functionality and it had methods to access most of the current SQL engines out there. In the future I plan to have SQLAlchemy here, but I recommend their documentation if you want to learn more.</description>
		<content:encoded><![CDATA[<p>Hi Sukhi</p>
<p>The source is Git. Now, regarding your first question, this code only works for SQLite databases, that can be accessed directly from a module provided with Python. In order to access another SQL engine (like Oracle) you would need a more powerful <a href="http://en.wikipedia.org/wiki/RDBMS" rel="nofollow">RDBMS</a>, and for Python one of the best is <a href="http://www.sqlalchemy.org/" rel="nofollow">SQLAlchemy</a>. It has a similar approach as the SQLite module in Python, but it gives you extra functionality and it had methods to access most of the current SQL engines out there. In the future I plan to have SQLAlchemy here, but I recommend their documentation if you want to learn more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhi</title>
		<link>http://python.genedrift.org/2009/03/02/managing-a-simple-database-with-python-sqlite-and-wxpython-4/comment-page-1/#comment-25726</link>
		<dc:creator>Sukhi</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/?p=250#comment-25726</guid>
		<description>First of all thanks. I just got started with python and nothing like seeing code and its explanation side by side. I am wondering if I can use the generic class with the oracle db. is your source in git or svn?</description>
		<content:encoded><![CDATA[<p>First of all thanks. I just got started with python and nothing like seeing code and its explanation side by side. I am wondering if I can use the generic class with the oracle db. is your source in git or svn?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2009/03/02/managing-a-simple-database-with-python-sqlite-and-wxpython-4/comment-page-1/#comment-25415</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/?p=250#comment-25415</guid>
		<description>Another option would be to use SQLAlchemy, but I decided to stay with the sqlite module that comes with Python, at lest for now. IMHO there is no need, so far, for an advanced ORM. As the database and number of tables grow, some other solution can be used. Thanks for the suggestion.</description>
		<content:encoded><![CDATA[<p>Another option would be to use SQLAlchemy, but I decided to stay with the sqlite module that comes with Python, at lest for now. IMHO there is no need, so far, for an advanced ORM. As the database and number of tables grow, some other solution can be used. Thanks for the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://python.genedrift.org/2009/03/02/managing-a-simple-database-with-python-sqlite-and-wxpython-4/comment-page-1/#comment-25410</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 03 Mar 2009 09:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/?p=250#comment-25410</guid>
		<description>I wonder why you&#039;re not using sqlobject for database persistence.</description>
		<content:encoded><![CDATA[<p>I wonder why you&#8217;re not using sqlobject for database persistence.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

