Re: bash/shell to python

2012-05-21 Thread Dan Stromberg
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

Re: bash/shell to python

2012-05-20 Thread Cameron Simpson
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

Re: bash/shell to python

2012-05-19 Thread Michael Torrie
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

Re: bash/shell to python

2012-05-17 Thread Chris Rebert
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

Re: bash/shell to python

2012-05-17 Thread Chris Angelico
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

bash/shell to python

2012-05-16 Thread Rita
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

Re: Bash shell to Python shell?

2009-09-28 Thread garabik-news-2005-05
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 >

Re: Bash shell to Python shell?

2009-09-27 Thread Grant Edwards
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

Re: Bash shell to Python shell?

2009-09-27 Thread Ned Deily
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

Re: Bash shell to Python shell?

2009-09-27 Thread Chris Rebert
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

Bash shell to Python shell?

2009-09-27 Thread edwithad
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