Re: [Tutor] Help regarding optparse

2005-04-20 Thread Kent Johnson
Prasad Kotipalli wrote: Hello I am a newbie to python, I have been working with getopt for parsing command line options, but i came to know that optparse module is more effecient. Can anyone suggest some ideas why it is powerful than getopt. Another option I like is optionparse from this recipe: h

Re: [Tutor] Help regarding optparse

2005-04-20 Thread Danny Yoo
On Wed, 20 Apr 2005, Prasad Kotipalli wrote: > I am a newbie to python, I have been working with getopt for parsing > command line options, but i came to know that optparse module is more > effecient. Can anyone suggest some ideas why it is powerful than > getopt. Hi Prasad, According to:

[Tutor] Help regarding optparse

2005-04-20 Thread Prasad Kotipalli
Hello I am a newbie to python, I have been working with getopt for parsing command line options, but i came to know that optparse module is more effecient. Can anyone suggest some ideas why it is powerful than getopt. Thanks Prasad ___ Tutor maillist -