<?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 for CS and the City</title>
	<atom:link href="http://sean.lyn.ch/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sean.lyn.ch</link>
	<description></description>
	<lastBuildDate>Sun, 20 Jul 2008 17:01:00 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Gripe: XML in Python by Nick Hofstede</title>
		<link>http://sean.lyn.ch/2008/07/gripe-xml-in-python/comment-page-1/#comment-206</link>
		<dc:creator>Nick Hofstede</dc:creator>
		<pubDate>Sun, 20 Jul 2008 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=48#comment-206</guid>
		<description>You might also want to look at lxml over at http://codespeak.net/lxml/ which looks a lot like ElementTree, but has more complete xml support.</description>
		<content:encoded><![CDATA[<p>You might also want to look at lxml over at <a href="http://codespeak.net/lxml/" rel="nofollow">http://codespeak.net/lxml/</a> which looks a lot like ElementTree, but has more complete xml support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gripe: XML in Python by Pete</title>
		<link>http://sean.lyn.ch/2008/07/gripe-xml-in-python/comment-page-1/#comment-205</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 20 Jul 2008 16:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=48#comment-205</guid>
		<description>I must agree with the ElementTree comment. It is probably the most powerful, fastest, and the most Pythonic.

Unfortunately becomes frustrating to use when it comes to xml namespaces. You can find little corner case helpers, but to read, parse, and write xml with namespaces you are better to go with anything else (weep).</description>
		<content:encoded><![CDATA[<p>I must agree with the ElementTree comment. It is probably the most powerful, fastest, and the most Pythonic.</p>
<p>Unfortunately becomes frustrating to use when it comes to xml namespaces. You can find little corner case helpers, but to read, parse, and write xml with namespaces you are better to go with anything else (weep).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gripe: XML in Python by Oolis</title>
		<link>http://sean.lyn.ch/2008/07/gripe-xml-in-python/comment-page-1/#comment-204</link>
		<dc:creator>Oolis</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=48#comment-204</guid>
		<description>&quot;Example: Where’s the Python equivlent to CPAN or gems?&quot;

The cheese shop/easy_install?</description>
		<content:encoded><![CDATA[<p>&#8220;Example: Where’s the Python equivlent to CPAN or gems?&#8221;</p>
<p>The cheese shop/easy_install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gripe: XML in Python by Brad</title>
		<link>http://sean.lyn.ch/2008/07/gripe-xml-in-python/comment-page-1/#comment-203</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 18 Jul 2008 21:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=48#comment-203</guid>
		<description>Aye, I&#039;ve run into this issue a few times while writing one-time-use XML pull scripts... I&#039;ve always ended up locking my door and sheepishly writing an incredibly Q&amp;D sgmllib.SGMLParser while nobody&#039;s looking.

Note though that Python import/export of JSON is so incredibly beautiful that it makes me tear up just thinking about it.</description>
		<content:encoded><![CDATA[<p>Aye, I&#8217;ve run into this issue a few times while writing one-time-use XML pull scripts&#8230; I&#8217;ve always ended up locking my door and sheepishly writing an incredibly Q&amp;D sgmllib.SGMLParser while nobody&#8217;s looking.</p>
<p>Note though that Python import/export of JSON is so incredibly beautiful that it makes me tear up just thinking about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gripe: XML in Python by Paddy3118</title>
		<link>http://sean.lyn.ch/2008/07/gripe-xml-in-python/comment-page-1/#comment-202</link>
		<dc:creator>Paddy3118</dc:creator>
		<pubDate>Fri, 18 Jul 2008 21:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=48#comment-202</guid>
		<description>Have you tried elementtree?

http://docs.python.org/lib/module-xml.etree.ElementTree.html

- Paddy.</description>
		<content:encoded><![CDATA[<p>Have you tried elementtree?</p>
<p><a href="http://docs.python.org/lib/module-xml.etree.ElementTree.html" rel="nofollow">http://docs.python.org/lib/module-xml.etree.ElementTree.html</a></p>
<p>- Paddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Confirming everything that&#8217;s ever been said about Python by Brad</title>
		<link>http://sean.lyn.ch/2008/07/confirming-everything-thats-ever-been-said-about-python/comment-page-1/#comment-201</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 18 Jul 2008 21:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=47#comment-201</guid>
		<description>*facepalm*

PS - The label/input layout of your comment form confused me.</description>
		<content:encoded><![CDATA[<p>*facepalm*</p>
<p>PS &#8211; The label/input layout of your comment form confused me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Confirming everything that&#8217;s ever been said about Python by Gripe: XML in Python &#8212; CS and the City</title>
		<link>http://sean.lyn.ch/2008/07/confirming-everything-thats-ever-been-said-about-python/comment-page-1/#comment-200</link>
		<dc:creator>Gripe: XML in Python &#8212; CS and the City</dc:creator>
		<pubDate>Fri, 18 Jul 2008 16:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=47#comment-200</guid>
		<description>[...] hadn&#8217;t even finished writing my post announcing my new love of Python when I stumbled into one of its skeleton-filled closets: [...]</description>
		<content:encoded><![CDATA[<p>[...] hadn&#8217;t even finished writing my post announcing my new love of Python when I stumbled into one of its skeleton-filled closets: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Confirming everything that&#8217;s ever been said about Python by Nathan</title>
		<link>http://sean.lyn.ch/2008/07/confirming-everything-thats-ever-been-said-about-python/comment-page-1/#comment-199</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 16 Jul 2008 21:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=47#comment-199</guid>
		<description>Hey Sean, you just described my recent experience as well. Python+Django is a refreshing cool breeze. Now if only more hosting companies would get with the program and explicitly support it.</description>
		<content:encoded><![CDATA[<p>Hey Sean, you just described my recent experience as well. Python+Django is a refreshing cool breeze. Now if only more hosting companies would get with the program and explicitly support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Confirming everything that&#8217;s ever been said about Python by Darb</title>
		<link>http://sean.lyn.ch/2008/07/confirming-everything-thats-ever-been-said-about-python/comment-page-1/#comment-197</link>
		<dc:creator>Darb</dc:creator>
		<pubDate>Wed, 16 Jul 2008 13:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=47#comment-197</guid>
		<description>I fell in python/django about two years ago...I started a custom project and looked if I could build it on an existing web cms like joomla, drupal, etc. ended up with the decision to use a framework (they were buzzing all over), and finally decided to learn a new language, so I settled on RoR. I struggled for over a month to grasp how I could get what I wanted done. A friend pointed out Django, so I decided to dedicate a weekend to exploring it (I had been itching to try python for a while). One weekend later I had caught up the work I had done in rails, and shot off on a productivity binge.

We recently started using Redmine for our SCM (source code management?) which is a RoR app. We needed some customizations, and I decided to dive in and do them. Shew but RoR makes Django/python look and feel easy.</description>
		<content:encoded><![CDATA[<p>I fell in python/django about two years ago&#8230;I started a custom project and looked if I could build it on an existing web cms like joomla, drupal, etc. ended up with the decision to use a framework (they were buzzing all over), and finally decided to learn a new language, so I settled on RoR. I struggled for over a month to grasp how I could get what I wanted done. A friend pointed out Django, so I decided to dedicate a weekend to exploring it (I had been itching to try python for a while). One weekend later I had caught up the work I had done in rails, and shot off on a productivity binge.</p>
<p>We recently started using Redmine for our SCM (source code management?) which is a RoR app. We needed some customizations, and I decided to dive in and do them. Shew but RoR makes Django/python look and feel easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Professional Python Development Environment by Confirming everything that&#8217;s ever been said about Python &#8212; CS and the City</title>
		<link>http://sean.lyn.ch/2008/06/setting-up-a-professional-python-development-environment/comment-page-1/#comment-196</link>
		<dc:creator>Confirming everything that&#8217;s ever been said about Python &#8212; CS and the City</dc:creator>
		<pubDate>Wed, 16 Jul 2008 06:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://sean.lyn.ch/?p=46#comment-196</guid>
		<description>[...] mentioned earlier, I&#8217;ve been working on a medium-scale project written in Python. It&#8217;s the first time [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned earlier, I&#8217;ve been working on a medium-scale project written in Python. It&#8217;s the first time [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
