<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Reinteract 0.5.0</title>
	<atom:link href="http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/</link>
	<description>Owen Taylor on Coding, Food, etc.</description>
	<lastBuildDate>Tue, 08 Nov 2011 23:41:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Owen</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-2270</link>
		<dc:creator><![CDATA[Owen]]></dc:creator>
		<pubDate>Sat, 05 Jun 2010 15:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-2270</guid>
		<description><![CDATA[Sometimes reinteract is best considered a language that integrates well with Python and is a lot like Python but isn&#039;t exactly Python. Some compromises in terms of 100% compatibility with Python have to be made to enable efficiently modifying the end of a worksheet without always re-executing it from the start.]]></description>
		<content:encoded><![CDATA[<p>Sometimes reinteract is best considered a language that integrates well with Python and is a lot like Python but isn&#8217;t exactly Python. Some compromises in terms of 100% compatibility with Python have to be made to enable efficiently modifying the end of a worksheet without always re-executing it from the start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-2269</link>
		<dc:creator><![CDATA[Owen]]></dc:creator>
		<pubDate>Sat, 05 Jun 2010 15:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-2269</guid>
		<description><![CDATA[The whole reinteract/matplotlib interact is a pretty complex area; it&#039;s not too surprising that setting different options in the matplotlibrc might produce unexpected results.

Closing this post for further comments.

Discussion: http://groups.google.com/group/reinteract
Bugs/patches: http://bugzilla.gnome.org/enter_bug.cgi?product=reinteract]]></description>
		<content:encoded><![CDATA[<p>The whole reinteract/matplotlib interact is a pretty complex area; it&#8217;s not too surprising that setting different options in the matplotlibrc might produce unexpected results.</p>
<p>Closing this post for further comments.</p>
<p>Discussion: <a href="http://groups.google.com/group/reinteract" rel="nofollow">http://groups.google.com/group/reinteract</a><br />
Bugs/patches: <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=reinteract" rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=reinteract</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icke</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-2244</link>
		<dc:creator><![CDATA[icke]]></dc:creator>
		<pubDate>Sat, 10 Apr 2010 22:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-2244</guid>
		<description><![CDATA[hey josef,

strange finding. 
found another one:
if you set usetex:True in matplotlibrc you wont get axes in reinteract.
maybe you can fix that @ owen.

apart from that, I really like the idea...
greetings from berlin
martin]]></description>
		<content:encoded><![CDATA[<p>hey josef,</p>
<p>strange finding.<br />
found another one:<br />
if you set usetex:True in matplotlibrc you wont get axes in reinteract.<br />
maybe you can fix that @ owen.</p>
<p>apart from that, I really like the idea&#8230;<br />
greetings from berlin<br />
martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daspostloch</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1928</link>
		<dc:creator><![CDATA[daspostloch]]></dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1928</guid>
		<description><![CDATA[Owen, reinteract is really sweet and helps me a lot. Thanks for this!]]></description>
		<content:encoded><![CDATA[<p>Owen, reinteract is really sweet and helps me a lot. Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josef Pktd</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1866</link>
		<dc:creator><![CDATA[Josef Pktd]]></dc:creator>
		<pubDate>Wed, 22 Apr 2009 23:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1866</guid>
		<description><![CDATA[I liked it and wanted to write some doctests with it until I didn&#039;t get the results that I expected.

try this in reinteract versus python

d=[5, 1]
e=d
d,e
d[0]=6
d,e]]></description>
		<content:encoded><![CDATA[<p>I liked it and wanted to write some doctests with it until I didn&#8217;t get the results that I expected.</p>
<p>try this in reinteract versus python</p>
<p>d=[5, 1]<br />
e=d<br />
d,e<br />
d[0]=6<br />
d,e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1846</link>
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Fri, 27 Mar 2009 19:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1846</guid>
		<description><![CDATA[I haven&#039;t tried reinteract since your first release/blog post about it. I just tried this new version, and I love it. It&#039;s great to see how well it&#039;s developing on its potential, and I&#039;d even begin to describe it as getting polished :).

I hope that some day all python editors include such a repeatable interactive interpreter. Imagine if you had a second pane with a .py file, and the rectangles automatically changed to yellow when you edited any part of the .py which would affect the experiments/tests you had in your reinteract pane. I know that would match how I work very well. In the mean time, being able to work and re-work defs and classes inside reinteract and see what effect that has on the following statements will be very nice, and I can always copy/paste when done.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried reinteract since your first release/blog post about it. I just tried this new version, and I love it. It&#8217;s great to see how well it&#8217;s developing on its potential, and I&#8217;d even begin to describe it as getting polished <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I hope that some day all python editors include such a repeatable interactive interpreter. Imagine if you had a second pane with a .py file, and the rectangles automatically changed to yellow when you edited any part of the .py which would affect the experiments/tests you had in your reinteract pane. I know that would match how I work very well. In the mean time, being able to work and re-work defs and classes inside reinteract and see what effect that has on the following statements will be very nice, and I can always copy/paste when done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

