<?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: Python, the learn-at-home language</title>
	<atom:link href="http://aralbalkan.com/1439/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1439</link>
	<description>Changing the world through technology and oratory.</description>
	<pubDate>Fri, 09 Jan 2009 23:46:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fernando Perez</title>
		<link>http://aralbalkan.com/1439/comment-page-1#comment-175643</link>
		<dc:creator>Fernando Perez</dc:creator>
		<pubDate>Mon, 11 Aug 2008 06:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1439#comment-175643</guid>
		<description>@Uldis: yes, '?' is an ipython goodie, amongst a bunch of others :)  Try foo?? (two marks) for extra info.</description>
		<content:encoded><![CDATA[<p>@Uldis: yes, &#8216;?&#8217; is an ipython goodie, amongst a bunch of others <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Try foo?? (two marks) for extra info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uldis</title>
		<link>http://aralbalkan.com/1439/comment-page-1#comment-175532</link>
		<dc:creator>Uldis</dc:creator>
		<pubDate>Sun, 10 Aug 2008 21:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1439#comment-175532</guid>
		<description>@Fernando: wow, "?" rocks. it's one of IPython goodies, isn't it?

@Aral: you mentioned on Twitter that you like "inspect" (which I have not used yet). how / what are you using it for?</description>
		<content:encoded><![CDATA[<p>@Fernando: wow, &#8220;?&#8221; rocks. it&#8217;s one of IPython goodies, isn&#8217;t it?</p>
<p>@Aral: you mentioned on Twitter that you like &#8220;inspect&#8221; (which I have not used yet). how / what are you using it for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1439/comment-page-1#comment-174854</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1439#comment-174854</guid>
		<description>Hey Fernando,

Ooooh, I liiike! :) Doesn't appear work in all situations (e.g., combined with lookup, etc.) but a very handy shortcut when peeking through the object hierarchy. 

Thanks very much for sharing.</description>
		<content:encoded><![CDATA[<p>Hey Fernando,</p>
<p>Ooooh, I liiike! <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Doesn&#8217;t appear work in all situations (e.g., combined with lookup, etc.) but a very handy shortcut when peeking through the object hierarchy. </p>
<p>Thanks very much for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Perez</title>
		<link>http://aralbalkan.com/1439/comment-page-1#comment-174738</link>
		<dc:creator>Fernando Perez</dc:creator>
		<pubDate>Thu, 07 Aug 2008 08:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1439#comment-174738</guid>
		<description>You may also try this one-liner in IPython:

os.*dir*?


A bit shorter :)

Cheers,

f</description>
		<content:encoded><![CDATA[<p>You may also try this one-liner in IPython:</p>
<p>os.*dir*?</p>
<p>A bit shorter <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1439/comment-page-1#comment-174495</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Wed, 06 Aug 2008 17:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1439#comment-174495</guid>
		<description>Oooh, of course, I still forget that strings are just lists of numbers (and, hey, I love my regular expressions) :) 

Muchas dankes! :)</description>
		<content:encoded><![CDATA[<p>Oooh, of course, I still forget that strings are just lists of numbers (and, hey, I love my regular expressions) <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Muchas dankes! <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Thompson</title>
		<link>http://aralbalkan.com/1439/comment-page-1#comment-174377</link>
		<dc:creator>Mike Thompson</dc:creator>
		<pubDate>Wed, 06 Aug 2008 10:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1439#comment-174377</guid>
		<description>You may be interested in this alternative one liner:

    [item for item in dir(os) if "dir" in item]

Keep up the interesting work you're doing with GAE</description>
		<content:encoded><![CDATA[<p>You may be interested in this alternative one liner:</p>
<p>    [item for item in dir(os) if "dir" in item]</p>
<p>Keep up the interesting work you&#8217;re doing with GAE</p>
]]></content:encoded>
	</item>
</channel>
</rss>
