<?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: Colourizing Python Print Statements</title>
	<atom:link href="http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 07:32:22 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan</title>
		<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/comment-page-1/#comment-1104</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sun, 30 Aug 2009 22:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quaternio.net/?p=380#comment-1104</guid>
		<description>I recently found this handy trick that accomplishes something similar by auto overriding the behavior of sys.stdout to indent output to show how deep your print statement is in the call stack. Most of the time it works effortlessly, and even in those cases where it does not, it&#039;s pretty simple to hack up the logic of indent_level() to fit your code. 

Works on windows too! ;)

http://code.activestate.com/recipes/411791/</description>
		<content:encoded><![CDATA[<p>I recently found this handy trick that accomplishes something similar by auto overriding the behavior of sys.stdout to indent output to show how deep your print statement is in the call stack. Most of the time it works effortlessly, and even in those cases where it does not, it&#8217;s pretty simple to hack up the logic of indent_level() to fit your code. </p>
<p>Works on windows too! <img src='http://blog.quaternio.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://code.activestate.com/recipes/411791/" rel="nofollow">http://code.activestate.com/recipes/411791/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SetJmp</title>
		<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/comment-page-1/#comment-1056</link>
		<dc:creator>SetJmp</dc:creator>
		<pubDate>Thu, 27 Aug 2009 15:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quaternio.net/?p=380#comment-1056</guid>
		<description>The trick is best described as terminal-specific rather than a bashism.  For best practice when using this technique to dump data analytics I think a scheme has to be developed for switching between screen dumping (viewing data in real time on the terminal) and viewing in other tools--those color codes are not so fun when you are trying to view the text in emacs or less.</description>
		<content:encoded><![CDATA[<p>The trick is best described as terminal-specific rather than a bashism.  For best practice when using this technique to dump data analytics I think a scheme has to be developed for switching between screen dumping (viewing data in real time on the terminal) and viewing in other tools&#8211;those color codes are not so fun when you are trying to view the text in emacs or less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Peters</title>
		<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/comment-page-1/#comment-403</link>
		<dc:creator>Nick Peters</dc:creator>
		<pubDate>Sat, 23 May 2009 18:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quaternio.net/?p=380#comment-403</guid>
		<description>Very cool Jessy.  I just started getting into python, so thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Very cool Jessy.  I just started getting into python, so thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessy</title>
		<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/comment-page-1/#comment-397</link>
		<dc:creator>Jessy</dc:creator>
		<pubDate>Wed, 20 May 2009 01:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quaternio.net/?p=380#comment-397</guid>
		<description>you dare to doubt my colour naming scheme?! (actually, it totally wasnt mine, and, i agree :). i wonder if it would be better on another terminal.).</description>
		<content:encoded><![CDATA[<p>you dare to doubt my colour naming scheme?! (actually, it totally wasnt mine, and, i agree <img src='http://blog.quaternio.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . i wonder if it would be better on another terminal.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben McGraw</title>
		<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/comment-page-1/#comment-396</link>
		<dc:creator>Ben McGraw</dc:creator>
		<pubDate>Tue, 19 May 2009 23:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quaternio.net/?p=380#comment-396</guid>
		<description>That magenta is not.</description>
		<content:encoded><![CDATA[<p>That magenta is not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
