<?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: iPython as your default shell</title>
	<atom:link href="http://transneptune.net/2009/06/16/ipython-as-your-default-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/</link>
	<description>beyond the Kuiper Belt, over the sea</description>
	<lastBuildDate>Fri, 06 Jan 2012 17:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Why are scripting languages (e.g. Perl, Python, Ruby) not suitable as shell languages? - Question Lounge</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-6197</link>
		<dc:creator>Why are scripting languages (e.g. Perl, Python, Ruby) not suitable as shell languages? - Question Lounge</dc:creator>
		<pubDate>Sat, 01 Jan 2011 22:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-6197</guid>
		<description>[...] It feels for me much smoother to use bash for example than to use the shell profile in ipython, despite reports to the contrary. I think most wil agree with me that a large portion of medium to large scale programming is easier [...]</description>
		<content:encoded><![CDATA[<p>[...] It feels for me much smoother to use bash for example than to use the shell profile in ipython, despite reports to the contrary. I think most wil agree with me that a large portion of medium to large scale programming is easier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-4526</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-4526</guid>
		<description>I&#039;ve actually gone back to bash myself; ipython is not yet quite usable as a shell. Close, but not quite.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually gone back to bash myself; ipython is not yet quite usable as a shell. Close, but not quite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wladimir J. van der Laan</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-4523</link>
		<dc:creator>Wladimir J. van der Laan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-4523</guid>
		<description>I so agree on the crappy syntax of bash. I&#039;m so sick of it and as I do a lot of data manipulation I wish I had a better shell based on a real language such as Python. 
I&#039;m trying to switch to ipython (pysh mode) but it is still a big step.
Especially the things requiring output redirection (piping) and &quot;backticks&quot; I&#039;m not sure how to do conveniently in ipython yet.
Then again, once I figured out I&#039;ll probably never want to go back to bash.</description>
		<content:encoded><![CDATA[<p>I so agree on the crappy syntax of bash. I&#8217;m so sick of it and as I do a lot of data manipulation I wish I had a better shell based on a real language such as Python.<br />
I&#8217;m trying to switch to ipython (pysh mode) but it is still a big step.<br />
Especially the things requiring output redirection (piping) and &#8220;backticks&#8221; I&#8217;m not sure how to do conveniently in ipython yet.<br />
Then again, once I figured out I&#8217;ll probably never want to go back to bash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-3748</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-3748</guid>
		<description>Just so.</description>
		<content:encoded><![CDATA[<p>Just so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Hartley</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-3745</link>
		<dc:creator>Jonathan Hartley</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-3745</guid>
		<description>SOLUTION: &#039;easy_install pyreadline&#039; to have up/down arrow keys browse command history on Windows. Plus some other things (like colors!) work now.</description>
		<content:encoded><![CDATA[<p>SOLUTION: &#8216;easy_install pyreadline&#8217; to have up/down arrow keys browse command history on Windows. Plus some other things (like colors!) work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Hartley</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-3744</link>
		<dc:creator>Jonathan Hartley</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-3744</guid>
		<description>Hey. I&#039;m on Windows today. When I run an IPython session, I lose the ability to browse through previous commands using the up and down arrow keys. Does anyone know why that happens? Or how else I can trigger the same behaviour?</description>
		<content:encoded><![CDATA[<p>Hey. I&#8217;m on Windows today. When I run an IPython session, I lose the ability to browse through previous commands using the up and down arrow keys. Does anyone know why that happens? Or how else I can trigger the same behaviour?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-1632</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Sun, 21 Jun 2009 02:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-1632</guid>
		<description>I&#039;m not sure I have much amazing to do; it&#039;s just more fun to do things using python, like, say, simple renaming loops and if you ever have to make a conditional, dealing with bash&#039;s weird behavior (which varies between a condition in [[ ]] and [ ]) is nice to avoid.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I have much amazing to do; it&#8217;s just more fun to do things using python, like, say, simple renaming loops and if you ever have to make a conditional, dealing with bash&#8217;s weird behavior (which varies between a condition in [[ ]] and [ ]) is nice to avoid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geroge</title>
		<link>http://transneptune.net/2009/06/16/ipython-as-your-default-shell/comment-page-1/#comment-1631</link>
		<dc:creator>Geroge</dc:creator>
		<pubDate>Sun, 21 Jun 2009 02:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://transneptune.net/?p=175#comment-1631</guid>
		<description>Can you post some examples that would convince people that are pretty happy with bash that you are basically a million times cooler than they are?

So, let me be the devil&#039;s advocate and ask why you would want ipython as your default shell?  Amaze us!</description>
		<content:encoded><![CDATA[<p>Can you post some examples that would convince people that are pretty happy with bash that you are basically a million times cooler than they are?</p>
<p>So, let me be the devil&#8217;s advocate and ask why you would want ipython as your default shell?  Amaze us!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

