FWIW, I do manual argument parsing, because pylint understands how to
detect typos with manual argument parsing, but not the highly dynamic
modules that parse arguments.
On Wed, May 16, 2012 at 7:16 PM, Rita wrote:
> Hello,
>
> I currently build a lot of interfaces/wrappers to other applications
On 19May2012 08:27, Michael Torrie wrote:
| On 05/16/2012 08:16 PM, Rita wrote:
| > I currently build a lot of interfaces/wrappers to other applications
| > using bash/shell. One short coming for it is it lacks a good method
| > to handle arguments so I switched to python a while ago to use
| > 'a
On 05/16/2012 08:16 PM, Rita wrote:
> I currently build a lot of interfaces/wrappers to other applications
> using bash/shell. One short coming for it is it lacks a good method
> to handle arguments so I switched to python a while ago to use
> 'argparse' module.
Actually there is a great way of pa
On Wed, May 16, 2012 at 7:16 PM, Rita wrote:
> Hello,
>
> I currently build a lot of interfaces/wrappers to other applications using
> bash/shell. One short coming for it is it lacks a good method to handle
> arguments so I switched to python a while ago to use 'argparse' module. Its
> a great com
On Thu, May 17, 2012 at 12:16 PM, Rita wrote:
> Hello,
>
> I currently build a lot of interfaces/wrappers to other applications using
> bash/shell. One short coming for it is it lacks a good method to handle
> arguments so I switched to python a while ago to use 'argparse' module. Its
> a great co
Hello,
I currently build a lot of interfaces/wrappers to other applications using
bash/shell. One short coming for it is it lacks a good method to handle
arguments so I switched to python a while ago to use 'argparse' module. Its
a great complement to subprocess module. I was wondering if there is
Chris Rebert wrote:
> On Sun, Sep 27, 2009 at 8:13 PM, edwithad wrote:
>> I am sure you have not read a question this basic in some time, but I am
>> curious. Using Linux I open a terminal window and type: python.
>>
>> Does Bash Shell go away and to become a Python Shell, or is it still a Bash
>
On 2009-09-28, Chris Rebert wrote:
> On Sun, Sep 27, 2009 at 8:13 PM, edwithad wrote:
>> I am sure you have not read a question this basic in some time, but I am
>> curious. Using Linux I open a terminal window and type: python.
>>
>> Does Bash Shell go away and to become a Python Shell, or is it
In article <2009092721134550073-edwit...@hotmailcom>,
edwithad wrote:
> I am sure you have not read a question this basic in some time, but I
> am curious. Using Linux I open a terminal window and type: python.
>
> Does Bash Shell go away and to become a Python Shell, or is it still a
> Bash S
On Sun, Sep 27, 2009 at 8:13 PM, edwithad wrote:
> I am sure you have not read a question this basic in some time, but I am
> curious. Using Linux I open a terminal window and type: python.
>
> Does Bash Shell go away and to become a Python Shell, or is it still a Bash
> Shell with Python running
I am sure you have not read a question this basic in some time, but I
am curious. Using Linux I open a terminal window and type: python.
Does Bash Shell go away and to become a Python Shell, or is it still a
Bash Shell with Python running inside? Thanks in advance.
--
http://mail.python.org/m
11 matches
Mail list logo