<?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 learning python</title>
	<atom:link href="http://www.learningpython.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com</link>
	<description>one man's journey into python...</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:15:25 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Poll: Python Version by Paddy3118</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161878</link>
		<dc:creator>Paddy3118</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161878</guid>
		<description>I write far more programs for Rosetta Code where I don&#039;t have much legacy issues, except occasionally having to make a program work in both 2.x and 3.x when prompted.</description>
		<content:encoded><![CDATA[<p>I write far more programs for Rosetta Code where I don&#8217;t have much legacy issues, except occasionally having to make a program work in both 2.x and 3.x when prompted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS reader &#8211; Part Two (and Functions) by Kristiyan Georgiev</title>
		<link>http://www.learningpython.com/2006/01/24/rss-reader-part-two-and-functions/comment-page-1/#comment-161850</link>
		<dc:creator>Kristiyan Georgiev</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=10#comment-161850</guid>
		<description>I found a typo 

def count(nNum):
    &quot;&quot;&quot;This function prints out the numbers from 1 to nNum&quot;&quot;&quot;
    x = 1
    while x &amp;lt: nNum :
        print x
        x = x +1

should be 

def count(nNum):
    &quot;&quot;&quot;This function prints out the numbers from 1 to nNum&quot;&quot;&quot;
    x = 1
    while x &lt; nNum :
        print x
        x = x +1</description>
		<content:encoded><![CDATA[<p>I found a typo </p>
<p>def count(nNum):<br />
    &#8220;&#8221;"This function prints out the numbers from 1 to nNum&#8221;"&#8221;<br />
    x = 1<br />
    while x &amp;lt: nNum :<br />
        print x<br />
        x = x +1</p>
<p>should be </p>
<p>def count(nNum):<br />
    &#8220;&#8221;"This function prints out the numbers from 1 to nNum&#8221;"&#8221;<br />
    x = 1<br />
    while x &lt; nNum :<br />
        print x<br />
        x = x +1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll: Python Version by sohbet siteleri</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161846</link>
		<dc:creator>sohbet siteleri</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161846</guid>
		<description>Checkboxes would work better than ratio buttons, because I use both 2.6 (system default Python) where possible, and 2.5 for apps that are not compatible with 2.6.</description>
		<content:encoded><![CDATA[<p>Checkboxes would work better than ratio buttons, because I use both 2.6 (system default Python) where possible, and 2.5 for apps that are not compatible with 2.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll: Python Version by Dixtosa</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161834</link>
		<dc:creator>Dixtosa</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161834</guid>
		<description>python 2.5 -&gt;stable with no bugs</description>
		<content:encoded><![CDATA[<p>python 2.5 -&gt;stable with no bugs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll: Python Version by selsine</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161818</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Tue, 09 Mar 2010 02:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161818</guid>
		<description>I do find it a bit interesting that so many people are still using 2.5 and 2.6, although when I think about it I guess I really shouldn&#039;t given that I&#039;m in the same boat.

Thanks for the answers everyone, and I appreciate everyone who took the time to explain their decisions. 

I may change the poll as some suggested to allow people to select more then one versions.

Thanks again!

mark.</description>
		<content:encoded><![CDATA[<p>I do find it a bit interesting that so many people are still using 2.5 and 2.6, although when I think about it I guess I really shouldn&#8217;t given that I&#8217;m in the same boat.</p>
<p>Thanks for the answers everyone, and I appreciate everyone who took the time to explain their decisions. </p>
<p>I may change the poll as some suggested to allow people to select more then one versions.</p>
<p>Thanks again!</p>
<p>mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Introduction to Google Calendars by Almanya sohbet</title>
		<link>http://www.learningpython.com/2010/02/27/an-introduction-to-google-calendars/comment-page-1/#comment-161773</link>
		<dc:creator>Almanya sohbet</dc:creator>
		<pubDate>Sun, 07 Mar 2010 18:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=135#comment-161773</guid>
		<description>Very timely repost of this article – a new version the python gdata client was released yesterday.</description>
		<content:encoded><![CDATA[<p>Very timely repost of this article – a new version the python gdata client was released yesterday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPy offline blogging tool by almanya sohbet</title>
		<link>http://www.learningpython.com/2006/08/19/wordpress-python-library/comment-page-1/#comment-161732</link>
		<dc:creator>almanya sohbet</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=30#comment-161732</guid>
		<description>Very great tutorial, thanks again!

I really can’t figure out why using width-request and not “Default width” for a window.

Furthermore, the value that we put in width-request is pixels value? It is a delta compared to what (as if we put 0, it is not a null size)? I think this a pure gtk question but I do not find any relevant info about that  

Once again, apart from that, all is clear</description>
		<content:encoded><![CDATA[<p>Very great tutorial, thanks again!</p>
<p>I really can’t figure out why using width-request and not “Default width” for a window.</p>
<p>Furthermore, the value that we put in width-request is pixels value? It is a delta compared to what (as if we put 0, it is not a null size)? I think this a pure gtk question but I do not find any relevant info about that  </p>
<p>Once again, apart from that, all is clear</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll: Python Version by Larry</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161693</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161693</guid>
		<description>Still running 2.5 because some std libs caused failures when attempting to run under 2.6 and I haven&#039;t yet taken the time to chase it down.</description>
		<content:encoded><![CDATA[<p>Still running 2.5 because some std libs caused failures when attempting to run under 2.6 and I haven&#8217;t yet taken the time to chase it down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll: Python Version by Catherine Devlin</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161692</link>
		<dc:creator>Catherine Devlin</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161692</guid>
		<description>2.6 is my compromise between &quot;getting the awesome new language features&quot; and &quot;being able to use the full range of packages and tools.&quot;  I can&#039;t wait for that compromise boundary to move up into 3.x land.</description>
		<content:encoded><![CDATA[<p>2.6 is my compromise between &#8220;getting the awesome new language features&#8221; and &#8220;being able to use the full range of packages and tools.&#8221;  I can&#8217;t wait for that compromise boundary to move up into 3.x land.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll: Python Version by joaquin</title>
		<link>http://www.learningpython.com/2010/03/04/poll-python-version/comment-page-1/#comment-161678</link>
		<dc:creator>joaquin</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=154#comment-161678</guid>
		<description>Probably many people is using more than one version. It would be interesting to look at the results allowing to vote for more than one version in order of use. In my case :
2.6 -&gt; 1st  (1 point) main
3.1 -&gt; 2nd (2 points) learning, used when libraries are not needed
2.5 -&gt; 3th (3 points) disappearing from my computers. kept just in case
....

Summing all the votes for each version would give a more clear view of the situation</description>
		<content:encoded><![CDATA[<p>Probably many people is using more than one version. It would be interesting to look at the results allowing to vote for more than one version in order of use. In my case :<br />
2.6 -&gt; 1st  (1 point) main<br />
3.1 -&gt; 2nd (2 points) learning, used when libraries are not needed<br />
2.5 -&gt; 3th (3 points) disappearing from my computers. kept just in case<br />
&#8230;.</p>
<p>Summing all the votes for each version would give a more clear view of the situation</p>
]]></content:encoded>
	</item>
</channel>
</rss>
