<?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: Learn Python</title>
	<atom:link href="http://www.red-sweater.com/blog/140/learn-python/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/140/learn-python</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Thu, 16 May 2013 21:58:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Monday morning Apple links &#124; Ars Technica</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-270773</link>
		<dc:creator>Monday morning Apple links &#124; Ars Technica</dc:creator>
		<pubDate>Thu, 17 Nov 2011 04:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-270773</guid>
		<description><![CDATA[[...] Jalkut created an application that he&#039;s using/used to learn Python and has made it available to the public at large: &quot;Learn Python is a simple Mac OS X [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Jalkut created an application that he&#039;s using/used to learn Python and has made it available to the public at large: &quot;Learn Python is a simple Mac OS X [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What's in my Dock</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-110562</link>
		<dc:creator>What's in my Dock</dc:creator>
		<pubDate>Fri, 08 Jun 2007 20:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-110562</guid>
		<description><![CDATA[[...] myself the programming language, Python and I have a neat little utility in my dock called, Learn Python which combines a html tutorial window and a command line window. Next is a very small app called [...]]]></description>
		<content:encoded><![CDATA[<p>[...] myself the programming language, Python and I have a neat little utility in my dock called, Learn Python which combines a html tutorial window and a command line window. Next is a very small app called [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-66743</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sun, 11 Mar 2007 22:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-66743</guid>
		<description><![CDATA[Clay: That part of my explanation was confusing. The end result should look something like this:

&quot;/usr/bin/python&quot; = &quot;/bin/zsh&quot;;

If you want to use zsh. That is, change the value on the right to the full path of whatever shell tool you want to run.

The reason it doesn&#039;t do this by default is it&#039;s called &quot;Learn Python,&quot; and not &quot;Leran Shell Stuff&quot; so naturally I wanted to make it as purely functional for the intended purpose as possible. :)]]></description>
		<content:encoded><![CDATA[<p>Clay: That part of my explanation was confusing. The end result should look something like this:</p>
<p>&#8220;/usr/bin/python&#8221; = &#8220;/bin/zsh&#8221;;</p>
<p>If you want to use zsh. That is, change the value on the right to the full path of whatever shell tool you want to run.</p>
<p>The reason it doesn&#8217;t do this by default is it&#8217;s called &#8220;Learn Python,&#8221; and not &#8220;Leran Shell Stuff&#8221; so naturally I wanted to make it as purely functional for the intended purpose as possible. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Wiedemann</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-66742</link>
		<dc:creator>Clay Wiedemann</dc:creator>
		<pubDate>Sun, 11 Mar 2007 22:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-66742</guid>
		<description><![CDATA[I wanted to tweak this to use ipython, but the file editing you suggested above did not work for me. Is the explanation complete? It references &lt;i&gt;zsh&lt;/i&gt; but does not show it in the example. Nothing I did changed much.

I was wondering, why not just open a terminal session and from there one could go into any editor. I do not know much about Cocoa or ObjC, so my monkeying around was fruitless.]]></description>
		<content:encoded><![CDATA[<p>I wanted to tweak this to use ipython, but the file editing you suggested above did not work for me. Is the explanation complete? It references <i>zsh</i> but does not show it in the example. Nothing I did changed much.</p>
<p>I was wondering, why not just open a terminal session and from there one could go into any editor. I do not know much about Cocoa or ObjC, so my monkeying around was fruitless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Frost</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-56151</link>
		<dc:creator>Joe Frost</dc:creator>
		<pubDate>Wed, 14 Feb 2007 11:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-56151</guid>
		<description><![CDATA[Superb app, can&#039;t believe nobody thought of it before.  The idea of substituting a basic shell opens up no end of possibilities for using all of the how-to and install guides that are on the net.
Open up a telnet connection to another host (Parallels Solaris/Linux etc), work through installing/compiling (some app) with the user guide right in front of you.  Paste in the commands straight from the web.
This little program should be in everyone&#039;s toolkit.
Thanks for your work, it is much appreciated.]]></description>
		<content:encoded><![CDATA[<p>Superb app, can&#8217;t believe nobody thought of it before.  The idea of substituting a basic shell opens up no end of possibilities for using all of the how-to and install guides that are on the net.<br />
Open up a telnet connection to another host (Parallels Solaris/Linux etc), work through installing/compiling (some app) with the user guide right in front of you.  Paste in the commands straight from the web.<br />
This little program should be in everyone&#8217;s toolkit.<br />
Thanks for your work, it is much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wagthis.com</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-40938</link>
		<dc:creator>wagthis.com</dc:creator>
		<pubDate>Thu, 04 Jan 2007 23:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-40938</guid>
		<description><![CDATA[&lt;strong&gt;Red Sweater Blog - Learn Python...&lt;/strong&gt;

...]]></description>
		<content:encoded><![CDATA[<p><strong>Red Sweater Blog &#8211; Learn Python&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: News from above &#187; Blog Archive &#187; Python tutorial</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-31821</link>
		<dc:creator>News from above &#187; Blog Archive &#187; Python tutorial</dc:creator>
		<pubDate>Fri, 08 Dec 2006 06:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-31821</guid>
		<description><![CDATA[[...] http://www.red-sweater.com/blog/140/learn-python [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.red-sweater.com/blog/140/learn-python" rel="nofollow">http://www.red-sweater.com/blog/140/learn-python</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: } KUNGFOOO { &#187; Python on Mac OS X - The Essential Collection.</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-16102</link>
		<dc:creator>} KUNGFOOO { &#187; Python on Mac OS X - The Essential Collection.</dc:creator>
		<pubDate>Sun, 24 Sep 2006 12:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-16102</guid>
		<description><![CDATA[[...] Learn Python {Brilliant Mac specific tutorial/reference browser with a built in Python prompt} [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Learn Python {Brilliant Mac specific tutorial/reference browser with a built in Python prompt} [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-12906</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sun, 27 Aug 2006 14:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-12906</guid>
		<description><![CDATA[Sorry Niso - I&#039;m a Mac user only, so it&#039;s not available for PC.  It would be a good project for somebody to try on the PC, too, I think!]]></description>
		<content:encoded><![CDATA[<p>Sorry Niso &#8211; I&#8217;m a Mac user only, so it&#8217;s not available for PC.  It would be a good project for somebody to try on the PC, too, I think!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niso</title>
		<link>http://www.red-sweater.com/blog/140/learn-python/comment-page-1#comment-12887</link>
		<dc:creator>niso</dc:creator>
		<pubDate>Sun, 27 Aug 2006 11:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/140/learn-python#comment-12887</guid>
		<description><![CDATA[hi, when unzipped i only found a version for mac, seeing as im a windows user is there a verson for windows? thx]]></description>
		<content:encoded><![CDATA[<p>hi, when unzipped i only found a version for mac, seeing as im a windows user is there a verson for windows? thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.red-sweater.com @ 2013-05-22 16:52:07 by W3 Total Cache -->