<?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>4thmouse.com &#187; Python</title>
	<atom:link href="http://4thmouse.com/index.php/category/programming/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://4thmouse.com</link>
	<description>Software Engineering.</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:38:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spirit Vs. Lex/yacc/et al.</title>
		<link>http://4thmouse.com/index.php/2008/12/10/spirit-vs-lexyaccet-al/</link>
		<comments>http://4thmouse.com/index.php/2008/12/10/spirit-vs-lexyaccet-al/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 20:26:39 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[BNF]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[boost::spirit]]></category>
		<category><![CDATA[LALR]]></category>
		<category><![CDATA[Lex]]></category>
		<category><![CDATA[spirit]]></category>
		<category><![CDATA[Yac]]></category>

		<guid isPermaLink="false">http://4thmouse.com/?p=153</guid>
		<description><![CDATA[What are the differences and when should I use one or the other?

What is Lex/Yacc?
Lex and Yacc are some fairly ancient GNU tools which you can use to parse custom LALR languages (typically programming languages). Lex and Yacc are actually separate programs which generate C code from a custom language unique to each.
Lex generates code [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/12/10/spirit-vs-lexyaccet-al/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netcat Clone in Three Languages &#8211; Part II (Python)</title>
		<link>http://4thmouse.com/index.php/2008/02/22/netcat-clone-in-three-languages-part-ii-python/</link>
		<comments>http://4thmouse.com/index.php/2008/02/22/netcat-clone-in-three-languages-part-ii-python/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 05:22:34 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/22/netcat-clone-in-three-languages-part-ii-python/</guid>
		<description><![CDATA[A continuation of this article I now write a very stupid version of netcat in python.

NOTE: apparently not everyone is having great success. I have tried this out under cygwin and redhat enterprise linux 5, but if it doesn&#8217;t work for you please leave a comment and I&#8217;ll see what I can do.
Python
The full script [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/02/22/netcat-clone-in-three-languages-part-ii-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting hex to Binary in 4 Languages</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/</link>
		<comments>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:01:59 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/</guid>
		<description><![CDATA[I&#8217;ve been playing around with some scripting languages recently so I thought I&#8217;d do a small example in a few different languages for laughs.

The Program
So basically I wanted to write a script that takes a string of hexadecimal as input and outputs a stream of binary data:

cat 00 01 02 03 04 &#124; ./myscript > [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Breif Tour of SConstruct</title>
		<link>http://4thmouse.com/index.php/2007/03/31/a-breif-tour-of-sconstruct/</link>
		<comments>http://4thmouse.com/index.php/2007/03/31/a-breif-tour-of-sconstruct/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 22:57:34 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2007/03/31/a-breif-tour-of-sconstruct/</guid>
		<description><![CDATA[Tired of automake&#8217;s cryptic features and yet more cryptic errors? Feeling that ant doesn&#8217;t cut it for your non-java needs? Sick of trying to extend jam, cmake, and other build-specific languages? Try taking a look at SConstruct (www.scons.org) the extensible build environment written in the Python scripting language.


SConstruct is a build environment similar in capability [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2007/03/31/a-breif-tour-of-sconstruct/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
