<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for code.py</title>
	<atom:link href="http://pythonista.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pythonista.wordpress.com</link>
	<description>A blog about life, the universe, and Python.</description>
	<lastBuildDate>Tue, 28 Oct 2008 09:30:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on print (&#8220;Hello, blog world!&#8221;) by thepythonista</title>
		<link>http://pythonista.wordpress.com/2008/05/26/print-hello-blog-world/#comment-8</link>
		<dc:creator>thepythonista</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=3#comment-8</guid>
		<description>Timmymaconald: 

Thanks for your comment.

I&#039;m working on a post on &quot;screen scraping in Python,&quot; which might just be up your alley.  Is that the kind of thing you were referring to (stuff that isn&#039;t usually covered in most tutorials)?

Also, if there&#039;s a specific topic you&#039;d like to see me cover, don&#039;t hesitate to leave a comment suggesting it.</description>
		<content:encoded><![CDATA[<p>Timmymaconald: </p>
<p>Thanks for your comment.</p>
<p>I&#8217;m working on a post on &#8220;screen scraping in Python,&#8221; which might just be up your alley.  Is that the kind of thing you were referring to (stuff that isn&#8217;t usually covered in most tutorials)?</p>
<p>Also, if there&#8217;s a specific topic you&#8217;d like to see me cover, don&#8217;t hesitate to leave a comment suggesting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on print (&#8220;Hello, blog world!&#8221;) by timmymacdonald</title>
		<link>http://pythonista.wordpress.com/2008/05/26/print-hello-blog-world/#comment-7</link>
		<dc:creator>timmymacdonald</dc:creator>
		<pubDate>Sat, 25 Oct 2008 17:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=3#comment-7</guid>
		<description>It&#039;d be really great if you covered useful-things-that-don&#039;t-really-get-covered-in-tutorials.
For example, I recently learned that a better way of doing this:
if foo == 1 or foo == 3 or foo == 5:
would be
if foo in [1, 3, 5]</description>
		<content:encoded><![CDATA[<p>It&#8217;d be really great if you covered useful-things-that-don&#8217;t-really-get-covered-in-tutorials.<br />
For example, I recently learned that a better way of doing this:<br />
if foo == 1 or foo == 3 or foo == 5:<br />
would be<br />
if foo in [1, 3, 5]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Licensing &#171; code.py</title>
		<link>http://pythonista.wordpress.com/about/#comment-6</link>
		<dc:creator>Licensing &#171; code.py</dc:creator>
		<pubDate>Tue, 08 Jul 2008 18:07:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-6</guid>
		<description>[...] About [...]</description>
		<content:encoded><![CDATA[<p>[...] About [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s official: I&#8217;m a switcher. by ameo</title>
		<link>http://pythonista.wordpress.com/2008/06/02/its-official-im-a-switcher/#comment-5</link>
		<dc:creator>ameo</dc:creator>
		<pubDate>Sun, 06 Jul 2008 03:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=13#comment-5</guid>
		<description>sorry for bringing up an old post . 
but I&#039;m interested to know what have you ended with ? 
still with FireFox , or opera ? 

for the part that opera isn&#039;t free . well it&#039;s free just not open-source .[ and that what makes it restricted for any programmer to code anything to work with it . 

as  for me I&#039;m an opera fan still use firefox  or ie once a day</description>
		<content:encoded><![CDATA[<p>sorry for bringing up an old post .<br />
but I&#8217;m interested to know what have you ended with ?<br />
still with FireFox , or opera ? </p>
<p>for the part that opera isn&#8217;t free . well it&#8217;s free just not open-source .[ and that what makes it restricted for any programmer to code anything to work with it . </p>
<p>as  for me I&#8217;m an opera fan still use firefox  or ie once a day</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I won&#8217;t learn Perl (voluntarily) by thepythonista</title>
		<link>http://pythonista.wordpress.com/2008/06/02/why-i-wont-learn-perl-voluntarily/#comment-3</link>
		<dc:creator>thepythonista</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=7#comment-3</guid>
		<description>Lee,

Thanks for your comment.  In fact, it&#039;s the first official comment on my blog. :-)

I see I was a bit misinformed about Perl operators.  Nonetheless, I think the main point about Perl being a large language still holds.  Do you agree?</description>
		<content:encoded><![CDATA[<p>Lee,</p>
<p>Thanks for your comment.  In fact, it&#8217;s the first official comment on my blog. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I see I was a bit misinformed about Perl operators.  Nonetheless, I think the main point about Perl being a large language still holds.  Do you agree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I won&#8217;t learn Perl (voluntarily) by Lee Aylward</title>
		<link>http://pythonista.wordpress.com/2008/06/02/why-i-wont-learn-perl-voluntarily/#comment-2</link>
		<dc:creator>Lee Aylward</dc:creator>
		<pubDate>Thu, 05 Jun 2008 19:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=7#comment-2</guid>
		<description>Perl operators do not behave differently based on context, they enforce a context on variables. For example, + only adds two numbers together, and will always return a number. When used on an array, + will force the array into scalar context.

my @a = (1,2,3);
my @b = (4,5,6);
@a + @b; # returns 6

Python, on the other hand, does have operators that behave differently based on context. In Python + can return a list, number, or string based on the context.

a = (1,2,3)
b = (4,5,6)
a + b # returns (1,2,3,4,5,6)

I don&#039;t normally defend perl, but your critique of it&#039;s operators seems to describe python more than perl.</description>
		<content:encoded><![CDATA[<p>Perl operators do not behave differently based on context, they enforce a context on variables. For example, + only adds two numbers together, and will always return a number. When used on an array, + will force the array into scalar context.</p>
<p>my @a = (1,2,3);<br />
my @b = (4,5,6);<br />
@a + @b; # returns 6</p>
<p>Python, on the other hand, does have operators that behave differently based on context. In Python + can return a list, number, or string based on the context.</p>
<p>a = (1,2,3)<br />
b = (4,5,6)<br />
a + b # returns (1,2,3,4,5,6)</p>
<p>I don&#8217;t normally defend perl, but your critique of it&#8217;s operators seems to describe python more than perl.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
