<?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: Python&#8217;s optparse for human beings</title>
	<atom:link href="http://www.alexonlinux.com/pythons-optparse-for-human-beings/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 21:17:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sn3akyP3t3</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-24945</link>
		<dc:creator>Sn3akyP3t3</dc:creator>
		<pubDate>Sun, 20 Feb 2011 21:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-24945</guid>
		<description>This article seems clear and descriptive, but isn&#039;t useful as a complete tutorial in my experience.  I&#039;m trying to take action on a bool value once set.  I&#039;m having difficulty finding the correct function call to verify and use the stored value.  This tutorial shows how to set values and display help which is all nice and all, but incomplete for most human beings.  Now with version 2.7+ optparse is replaced with argparse as someone commented a link to above.  However, for those running older versions such as myself I invite you to add the missing portions to make this completed.  Thanks for all done thus-far.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;24945&#039;,&#039;Sn3akyP3t3&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;24945&#039;,&#039;Sn3akyP3t3&#039;,&#039;This article seems clear and descriptive, but isn\&#039;t useful as a complete tutorial in my experience.  I\&#039;m trying to take action on a bool value once set.  I\&#039;m having difficulty finding the correct function call to verify and use the stored value.  This tutorial shows how to set values and display help which is all nice and all, but incomplete for most human beings.  Now with version 2.7+ optparse is replaced with argparse as someone commented a link to above.  However, for those running older versions such as myself I invite you to add the missing portions to make this completed.  Thanks for all done thus-far.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>This article seems clear and descriptive, but isn&#8217;t useful as a complete tutorial in my experience.  I&#8217;m trying to take action on a bool value once set.  I&#8217;m having difficulty finding the correct function call to verify and use the stored value.  This tutorial shows how to set values and display help which is all nice and all, but incomplete for most human beings.  Now with version 2.7+ optparse is replaced with argparse as someone commented a link to above.  However, for those running older versions such as myself I invite you to add the missing portions to make this completed.  Thanks for all done thus-far.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('24945','Sn3akyP3t3'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('24945','Sn3akyP3t3','This article seems clear and descriptive, but isn\'t useful as a complete tutorial in my experience.  I\'m trying to take action on a bool value once set.  I\'m having difficulty finding the correct function call to verify and use the stored value.  This tutorial shows how to set values and display help which is all nice and all, but incomplete for most human beings.  Now with version 2.7+ optparse is replaced with argparse as someone commented a link to above.  However, for those running older versions such as myself I invite you to add the missing portions to make this completed.  Thanks for all done thus-far.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: First Python Script: Header Appender - code monkeying</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-24874</link>
		<dc:creator>First Python Script: Header Appender - code monkeying</dc:creator>
		<pubDate>Mon, 31 Jan 2011 07:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-24874</guid>
		<description>[...] http://www.alexonlinux.com/pythons-optparse-for-human-beings [...]&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;24874&#039;,&#039;First Python Script: Header Appender - code monkeying&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;24874&#039;,&#039;First Python Script: Header Appender - code monkeying&#039;,&#039;&#091;...&#093; http:\/\/www.alexonlinux.com\/pythons-optparse-for-human-beings &#091;...&#093;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.alexonlinux.com/pythons-optparse-for-human-beings" onclick="return TrackClick('http%3A%2F%2Fwww.alexonlinux.com%2Fpythons-optparse-for-human-beings','http%3A%2F%2Fwww.alexonlinux.com%2Fpythons-optparse-for-human-beings')" rel="nofollow">http://www.alexonlinux.com/pythons-optparse-for-human-beings</a> [...]
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('24874','First Python Script: Header Appender - code monkeying'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('24874','First Python Script: Header Appender - code monkeying','&amp;#91;...&amp;#93; http:\/\/www.alexonlinux.com\/pythons-optparse-for-human-beings &amp;#91;...&amp;#93;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: gunslinger_</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-24344</link>
		<dc:creator>gunslinger_</dc:creator>
		<pubDate>Thu, 07 Oct 2010 13:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-24344</guid>
		<description>&lt;a href=&#039;#comment-23489&#039; rel=&quot;nofollow&quot;&gt;@Matthew&lt;/a&gt; - you don&#039;t need to define -h or --help
because optparse will added automatically&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;24344&#039;,&#039;gunslinger_&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;24344&#039;,&#039;gunslinger_&#039;,&#039;&lt;a href=\&#039;#comment-23489\&#039; rel=\&quot;nofollow\&quot;&gt;@Matthew&lt;\/a&gt; - you don\&#039;t need to define -h or --help\r\nbecause optparse will added automatically&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-23489' rel="nofollow">@Matthew</a> &#8211; you don&#8217;t need to define -h or &#8211;help<br />
because optparse will added automatically
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('24344','gunslinger_'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('24344','gunslinger_','&lt;a href=\'#comment-23489\' rel=\&quot;nofollow\&quot;&gt;@Matthew&lt;\/a&gt; - you don\'t need to define -h or --help\r\nbecause optparse will added automatically'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-24038</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Sun, 25 Jul 2010 11:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-24038</guid>
		<description>&lt;a href=&#039;#comment-24036&#039; rel=&quot;nofollow&quot;&gt;@Jerry Rocteur&lt;/a&gt;
Thanks.
It&#039;s http://www.twitter.com/alexonlinux&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;24038&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;24038&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-24036\&#039; rel=\&quot;nofollow\&quot;&gt;@Jerry Rocteur&lt;\/a&gt;\r\nThanks.\r\nIt\&#039;s http:\/\/www.twitter.com\/alexonlinux&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-24036' rel="nofollow">@Jerry Rocteur</a><br />
Thanks.<br />
It&#8217;s <a href="http://www.twitter.com/alexonlinux" onclick="return TrackClick('http%3A%2F%2Fwww.twitter.com%2Falexonlinux','http%3A%2F%2Fwww.twitter.com%2Falexonlinux')" rel="nofollow">http://www.twitter.com/alexonlinux</a>
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('24038','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('24038','Alexander Sandler','&lt;a href=\'#comment-24036\' rel=\&quot;nofollow\&quot;&gt;@Jerry Rocteur&lt;\/a&gt;\r\nThanks.\r\nIt\'s http:\/\/www.twitter.com\/alexonlinux'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Rocteur</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-24036</link>
		<dc:creator>Jerry Rocteur</dc:creator>
		<pubDate>Fri, 23 Jul 2010 18:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-24036</guid>
		<description>Nice article. 

Can&#039;t find you on twitter.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;24036&#039;,&#039;Jerry Rocteur&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;24036&#039;,&#039;Jerry Rocteur&#039;,&#039;Nice article. \r\n\r\nCan\&#039;t find you on twitter.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Nice article. </p>
<p>Can&#8217;t find you on twitter.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('24036','Jerry Rocteur'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('24036','Jerry Rocteur','Nice article. \r\n\r\nCan\'t find you on twitter.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-23845</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Sun, 18 Apr 2010 08:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-23845</guid>
		<description>&lt;a href=&#039;#comment-23843&#039; rel=&quot;nofollow&quot;&gt;@Jason C&lt;/a&gt;
No. I&#039;ll check it out.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;23845&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;23845&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-23843\&#039; rel=\&quot;nofollow\&quot;&gt;@Jason C&lt;\/a&gt;\r\nNo. I\&#039;ll check it out.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-23843' rel="nofollow">@Jason C</a><br />
No. I&#8217;ll check it out.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('23845','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('23845','Alexander Sandler','&lt;a href=\'#comment-23843\' rel=\&quot;nofollow\&quot;&gt;@Jason C&lt;\/a&gt;\r\nNo. I\'ll check it out.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-23844</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Sun, 18 Apr 2010 08:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-23844</guid>
		<description>&lt;a href=&#039;#comment-23842&#039; rel=&quot;nofollow&quot;&gt;@srikanth&lt;/a&gt;
You are welcome. Please visit my web-site again ;D&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;23844&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;23844&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-23842\&#039; rel=\&quot;nofollow\&quot;&gt;@srikanth&lt;\/a&gt;\r\nYou are welcome. Please visit my web-site again ;D&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-23842' rel="nofollow">@srikanth</a><br />
You are welcome. Please visit my web-site again ;D
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('23844','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('23844','Alexander Sandler','&lt;a href=\'#comment-23842\' rel=\&quot;nofollow\&quot;&gt;@srikanth&lt;\/a&gt;\r\nYou are welcome. Please visit my web-site again ;D'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason C</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-23843</link>
		<dc:creator>Jason C</dc:creator>
		<pubDate>Fri, 16 Apr 2010 19:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-23843</guid>
		<description>Have you checked out argparse, http://code.google.com/p/argparse/ ? It handles all of the cases you mentioned.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;23843&#039;,&#039;Jason C&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;23843&#039;,&#039;Jason C&#039;,&#039;Have you checked out argparse, http:\/\/code.google.com\/p\/argparse\/ ? It handles all of the cases you mentioned.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Have you checked out argparse, <a href="http://code.google.com/p/argparse/" onclick="return TrackClick('http%3A%2F%2Fcode.google.com%2Fp%2Fargparse%2F','http%3A%2F%2Fcode.google.com%2Fp%2Fargparse%2F')" rel="nofollow">http://code.google.com/p/argparse/</a> ? It handles all of the cases you mentioned.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('23843','Jason C'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('23843','Jason C','Have you checked out argparse, http:\/\/code.google.com\/p\/argparse\/ ? It handles all of the cases you mentioned.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-23842</link>
		<dc:creator>srikanth</dc:creator>
		<pubDate>Fri, 16 Apr 2010 19:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-23842</guid>
		<description>What a coincidence, about to re-read optparse documentation. 

Thanks for the article, very helpful.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;23842&#039;,&#039;srikanth&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;23842&#039;,&#039;srikanth&#039;,&#039;What a coincidence, about to re-read optparse documentation. \r\n\r\nThanks for the article, very helpful.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>What a coincidence, about to re-read optparse documentation. </p>
<p>Thanks for the article, very helpful.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('23842','srikanth'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('23842','srikanth','What a coincidence, about to re-read optparse documentation. \r\n\r\nThanks for the article, very helpful.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-23833</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Mon, 12 Apr 2010 08:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1162#comment-23833</guid>
		<description>&lt;a href=&#039;#comment-23827&#039; rel=&quot;nofollow&quot;&gt;@anonymous&lt;/a&gt;
Thanks for correcting me. Actually, it is much cleaner the way you proposed.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;23833&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;23833&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-23827\&#039; rel=\&quot;nofollow\&quot;&gt;@anonymous&lt;\/a&gt;\r\nThanks for correcting me. Actually, it is much cleaner the way you proposed.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-23827' rel="nofollow">@anonymous</a><br />
Thanks for correcting me. Actually, it is much cleaner the way you proposed.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('23833','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('23833','Alexander Sandler','&lt;a href=\'#comment-23827\' rel=\&quot;nofollow\&quot;&gt;@anonymous&lt;\/a&gt;\r\nThanks for correcting me. Actually, it is much cleaner the way you proposed.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>

