Re: Ten Essential Development Practices




> He spends so much space on "Create Consistent Command-Line Interfaces,"
> a section that, in Python, could be replaced with a simple "Use optparse."

Haha... I don't know why but that really made me laugh. :) Might even
use it as a sig or something... :)


> --
> Michael Hoffman

.



Relevant Pages

  • Re: Solve this sudoku without guessing
    ... > this isn't a foolish question ... ... > from optparse import OptionParser ... It's one of the standard Python libraries, ... Prev by Date: ...
    (rec.puzzles)
  • Re: optparse versus getopt
    ... its a debian package. ... jython interpreter i an using. ... it seems as if optparse isn't in my standard library. ... How did you install your Python? ...
    (comp.lang.python)
  • Re: Worarrounding hardcoded Option class in optparse in Python 2.3
    ... But I have to target Python 2.3. ... they are not using MyOption. ... Should I override the hardcoded module variables of optparse in 2.3? ... Pupeno ...
    (comp.lang.python)
  • Re: Removing option from optparse
    ... GustavoTabares@xxxxxxxxx schrieb: ... I'm trying to figure out if the following is a bug or if I'm using the ... #!/usr/bin/env python ... import optparse ...
    (comp.lang.python)
  • Re: Python syntax wart
    ... Python. ... Did you format it yourself or did you use a professionally written code-uglifier? ... Boy did that make me laugh! ...
    (comp.lang.python)