Comments on: Python’s optparse for human beings http://www.alexonlinux.com/pythons-optparse-for-human-beings Tue, 16 May 2023 15:06:12 +0000 hourly 1 https://wordpress.org/?v=4.9.23 By: Dean PETER http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-95439 Sat, 22 Feb 2020 01:53:37 +0000 http://www.alexonlinux.com/?p=1162#comment-95439 Really appreciate the explanation

]]>
By: best fish finder reviews http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-87981 Fri, 26 Oct 2018 22:08:17 +0000 http://www.alexonlinux.com/?p=1162#comment-87981 best fishfinder reviews

Python

]]>
By: sir http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-82217 Tue, 28 Jun 2016 15:47:46 +0000 http://www.alexonlinux.com/?p=1162#comment-82217 This is an awesome article. why do people always find something to complain about. As a beginner, this answered every single question I had. Thanks.

]]>
By: jimmy http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-81537 Sat, 02 Jan 2016 10:45:20 +0000 http://www.alexonlinux.com/?p=1162#comment-81537 just want to say thank you for the article, it was easy to understand for newcomers in python like me.

]]>
By: godDLL http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-67404 Tue, 25 Mar 2014 21:08:47 +0000 http://www.alexonlinux.com/?p=1162#comment-67404 Thank you. You should mention OptionParser.remove_option() for the benefit of people trying to do separate USAGE (-h) and FULL HELP (–help), like GNU.

]]>
By: Manan http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-33918 Sun, 28 Jul 2013 22:25:54 +0000 http://www.alexonlinux.com/?p=1162#comment-33918 Awesome article ! Cleared some of my doubts around option parser!

]]>
By: Matt http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-33625 Thu, 18 Jul 2013 22:54:11 +0000 http://www.alexonlinux.com/?p=1162#comment-33625 @Legend Cox: http://docs.python.org/3/library/cmd.html

]]>
By: Legend Cox http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-33610 Thu, 18 Jul 2013 17:22:15 +0000 http://www.alexonlinux.com/?p=1162#comment-33610 I have a question, If I wanted to make a dedicated application that would act as a command line inside the application much like if one were just to enter python into terminal and it comes up with the >>> then you can type raw commands into python. I’d like to make an app that would bring you to this but rather than entering long strings of commands to get one product, I’d like to be able to type something like “lights on” and activate a gpio pin on my raspberry pi, then have it come back saying lights on. Also having the ability to run other mini scripts with just that one command that could bring data back such as outdoor temperature, alerts from motion sensors, and so forth. If I make any sense please notify me.

]]>
By: Paul http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-30989 Tue, 05 Mar 2013 05:52:20 +0000 http://www.alexonlinux.com/?p=1162#comment-30989 Your blog is very informative. Please keep posting!
Paul
Chicago, IL

]]>
By: Zac http://www.alexonlinux.com/pythons-optparse-for-human-beings/comment-page-1#comment-30959 Thu, 28 Feb 2013 22:22:50 +0000 http://www.alexonlinux.com/?p=1162#comment-30959 “args is a list of words that contain everything that left after options that parser recognizes”

wtf?

]]>