<?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"
	>

<channel>
	<title>Technology Watch &#187; python</title>
	<atom:link href="http://techwatch.reviewk.com/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://techwatch.reviewk.com</link>
	<description>Sifting through the Technology News that matter</description>
	<pubDate>Thu, 20 Nov 2008 07:10:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Python Makes Robust Command-Line Tools</title>
		<link>http://techwatch.reviewk.com/2008/04/python-makes-robust-command-line-tools/</link>
		<comments>http://techwatch.reviewk.com/2008/04/python-makes-robust-command-line-tools/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 12:40:00 +0000</pubDate>
		<dc:creator>techwatcher</dc:creator>
		
		<category><![CDATA[python]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://techrunch.wordpress.com/2008/04/13/python-makes-robust-command-line-tools/</guid>
		<description><![CDATA[When I write tools for the Unix command line, they&#8217;re typically either shell scripts or Perl.
An article from IBM&#8217;s developerWorks site has opened my eyes to the potential of Python for this purpose. The optparse library provides built-in parsing of command-line arguments, with automatic help display and error handling. The subprocess module handles system calls [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.wired.com/photos/uncategorized/2008/04/10/pythonlogo.gif" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blog.wired.com/photos/uncategorized/2008/04/10/pythonlogo.gif');"><img style="float:right;cursor:pointer;width:270px;height:91px;margin:0 0 10px 10px;" src="http://blog.wired.com/photos/uncategorized/2008/04/10/pythonlogo.gif" alt="pythonlogo Python Makes Robust Command-Line Tools" border="0" title="Python Makes Robust Command-Line Tools" /></a>When I write tools for the Unix command line, they&#8217;re typically either shell scripts or Perl.
<p>An article from IBM&#8217;s developerWorks site has opened my eyes to the potential of Python for this purpose. The <code>optparse</code> library provides built-in parsing of command-line arguments, with automatic help display and error handling. The <code>subprocess</code> module handles system calls smoothly, and the <code>ConfigParser</code> module parses name=value config files.</p>
<p>I didn&#8217;t know Python could do that stuff. <a href="http://www.ibm.com/developerworks/aix/library/au-pythocli/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.ibm.com/developerworks/aix/library/au-pythocli/');">Here</a>&#8217;s the article.</p>
<div class="blogger-post-footer"></div>
]]></content:encoded>
			<wfw:commentRss>http://techwatch.reviewk.com/2008/04/python-makes-robust-command-line-tools/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
