<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>t+1 &#187; CodeMash</title>
	<atom:link href="http://blog.tplus1.com/index.php/category/codemash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tplus1.com</link>
	<description>Programming, gardening, economics, life in Cleveland Heights</description>
	<lastBuildDate>Sat, 07 Jan 2012 21:12:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I submitted a topic for CodeMash 2008</title>
		<link>http://blog.tplus1.com/index.php/2007/10/09/i-submitted-a-topic-for-codemash-2008/</link>
		<comments>http://blog.tplus1.com/index.php/2007/10/09/i-submitted-a-topic-for-codemash-2008/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 18:43:30 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[CodeMash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.tplus1.com/index.php/2007/10/09/i-submitted-a-topic-for-codemash-2008/</guid>
		<description><![CDATA[I attended last year&#8217;s CodeMash conference and learned a lot.  This year, I submitted a topic.  Here&#8217;s my description:

Bottom-up programming with IPython
IPython is a vastly improved Python interactive interpreter.  
You can start up the interpreter, load in a module, execute a function from that module, then hop from your interpreter into your [...]]]></description>
			<content:encoded><![CDATA[<p>I attended last year&#8217;s <a href="http://www.codemash.org/default.aspx">CodeMash</a> conference and learned a lot.  This year, I submitted a topic.  Here&#8217;s my description:</p>
<blockquote>
<p><b>Bottom-up programming with IPython</b></p>
<p><a href="http://ipython.scipy.org">IPython</a> is a vastly improved Python interactive interpreter.  </p>
<p>You can start up the interpreter, load in a module, execute a function from that module, then hop from your interpreter into your favorite editor to redefine that function, then go back to the interpeter and run the automatically reloaded function.</p>
<p>If your new code raises an uncaught exception, you can start a python-debugger session right there and inspect the traceback.</p>
<p>With all these tools integrated, you can attack problems by building separate components and then put them together in the interpreter and watch what happens.  If you find a bug, you have immediate access to the traceback, so you don&#8217;t need to go back into your code and logging or print statements.</p>
<p>Fans of iterative development and using introspection will likely enjoy this talk.
</p></blockquote>
<p>We&#8217;ll see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tplus1.com/index.php/2007/10/09/i-submitted-a-topic-for-codemash-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

