<?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: Ten more essential Python tips</title>
	<atom:link href="http://www.linuxuser.co.uk/tutorials/ten-more-essential-python-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxuser.co.uk/tutorials/ten-more-essential-python-tips/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:00:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Frank Townsend</title>
		<link>http://www.linuxuser.co.uk/tutorials/ten-more-essential-python-tips/comment-page-1/#comment-12539</link>
		<dc:creator>Frank Townsend</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=917#comment-12539</guid>
		<description>Please be careful to note both the version of 
python you are using and the reasons for not using
later version such as 3.1.2 which is recommended
for new projects.  I am (sob,sob) trying to work cross
platform between Windows Vista 64 bit, Mac OS X
 10.4, &amp; various Ubuntu&#039;s using 3.1.2.  It is a real
 pain to read through a site such as PyGt only to
 realize after two days it doesn&#039;t work with 64 bit
python 3.1.2, only 32 bit.</description>
		<content:encoded><![CDATA[<p>Please be careful to note both the version of<br />
python you are using and the reasons for not using<br />
later version such as 3.1.2 which is recommended<br />
for new projects.  I am (sob,sob) trying to work cross<br />
platform between Windows Vista 64 bit, Mac OS X<br />
 10.4, &amp; various Ubuntu&#8217;s using 3.1.2.  It is a real<br />
 pain to read through a site such as PyGt only to<br />
 realize after two days it doesn&#8217;t work with 64 bit<br />
python 3.1.2, only 32 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another ten essential Python tips &#124; Linux User</title>
		<link>http://www.linuxuser.co.uk/tutorials/ten-more-essential-python-tips/comment-page-1/#comment-2570</link>
		<dc:creator>Another ten essential Python tips &#124; Linux User</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=917#comment-2570</guid>
		<description>[...] to XML parsing. To compliment our &#8216;ten essential Python tips for beginners&#8216; and &#8216;ten more essential Python tips&#8216; features, we&#8217;ve compiled yet another collection of ten gems to make your Python [...]</description>
		<content:encoded><![CDATA[<p>[...] to XML parsing. To compliment our &#8216;ten essential Python tips for beginners&#8216; and &#8216;ten more essential Python tips&#8216; features, we&#8217;ve compiled yet another collection of ten gems to make your Python [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://www.linuxuser.co.uk/tutorials/ten-more-essential-python-tips/comment-page-1/#comment-2519</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=917#comment-2519</guid>
		<description>Your DateTime example is a little confusing as datetime is the built-in Python module and doesn&#039;t allow that syntax.  

The intro for DateTime says the following:

DateTime 2.12.0

This package provides a DateTime data type, as known from Zope 2. Unless you need to communicate with Zope 2 APIs, you&#039;re probably better off using Python&#039;s bult-in datetime module.

datetime.strptime(date_string, format) will accomplish the same thing only using the Python built-in module datetime.</description>
		<content:encoded><![CDATA[<p>Your DateTime example is a little confusing as datetime is the built-in Python module and doesn&#8217;t allow that syntax.  </p>
<p>The intro for DateTime says the following:</p>
<p>DateTime 2.12.0</p>
<p>This package provides a DateTime data type, as known from Zope 2. Unless you need to communicate with Zope 2 APIs, you&#8217;re probably better off using Python&#8217;s bult-in datetime module.</p>
<p>datetime.strptime(date_string, format) will accomplish the same thing only using the Python built-in module datetime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kbird</title>
		<link>http://www.linuxuser.co.uk/tutorials/ten-more-essential-python-tips/comment-page-1/#comment-2486</link>
		<dc:creator>kbird</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=917#comment-2486</guid>
		<description>Pretty neat.

How about the top ten Websites to help you learn Python?</description>
		<content:encoded><![CDATA[<p>Pretty neat.</p>
<p>How about the top ten Websites to help you learn Python?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
