<?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 essential Python tips for beginners</title>
	<atom:link href="http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/</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/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-12538</link>
		<dc:creator>Frank Townsend</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-12538</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 or yours 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 or yours 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: Annlat</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-3411</link>
		<dc:creator>Annlat</dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-3411</guid>
		<description>I hope we can see more high level lessons. Thank you.</description>
		<content:encoded><![CDATA[<p>I hope we can see more high level lessons. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-2683</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 21 Feb 2010 12:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-2683</guid>
		<description>Some examples are quite pointless without the proper indentation.</description>
		<content:encoded><![CDATA[<p>Some examples are quite pointless without the proper indentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another ten essential Python tips &#124; Linux User</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-2537</link>
		<dc:creator>Another ten essential Python tips &#124; Linux User</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-2537</guid>
		<description>[...] it running everywhere, from various configuration tools 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 [...]</description>
		<content:encoded><![CDATA[<p>[...] it running everywhere, from various configuration tools 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 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ten more essential Python tips &#124; Linux User</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-2467</link>
		<dc:creator>Ten more essential Python tips &#124; Linux User</dc:creator>
		<pubDate>Wed, 03 Feb 2010 07:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-2467</guid>
		<description>[...] is a vast language and there are many gems to discover. Following on from the popularity of our Ten essential Python tips for beginners article, we&#8217;ve compiled a further  collection of ten gems to make your Python experience [...]</description>
		<content:encoded><![CDATA[<p>[...] is a vast language and there are many gems to discover. Following on from the popularity of our Ten essential Python tips for beginners article, we&#8217;ve compiled a further  collection of ten gems to make your Python experience [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-2397</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Tue, 26 Jan 2010 11:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-2397</guid>
		<description>And let&#039;s not forget #11: Python creates blocks of code with indentation levels, and he examples in this article have been butchered by the blog engine, so copy &amp; paste operations will actually fail. Not important for a pythonista, but at the beginner level, this *will* trip people up!</description>
		<content:encoded><![CDATA[<p>And let&#8217;s not forget #11: Python creates blocks of code with indentation levels, and he examples in this article have been butchered by the blog engine, so copy &amp; paste operations will actually fail. Not important for a pythonista, but at the beginner level, this *will* trip people up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-2391</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-2391</guid>
		<description>Your various examples have left out a crucial part of the Python language that actually should have been one of the tips:

Flow control via indentation</description>
		<content:encoded><![CDATA[<p>Your various examples have left out a crucial part of the Python language that actually should have been one of the tips:</p>
<p>Flow control via indentation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.linuxuser.co.uk/news/ten-essential-python-tips-for-beginners/comment-page-1/#comment-2335</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxuser.co.uk/?p=857#comment-2335</guid>
		<description>&quot;In Python you never have to explicitly specify the data type of anything.&quot;

Not quite right.  Python requires the type to be used consistently.  For example, you cannot concatenate a string with a number using a string concatenation method.</description>
		<content:encoded><![CDATA[<p>&#8220;In Python you never have to explicitly specify the data type of anything.&#8221;</p>
<p>Not quite right.  Python requires the type to be used consistently.  For example, you cannot concatenate a string with a number using a string concatenation method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
