[Tutor] Newbie Question:Regarding Command line Parsing and Run Unix Shell Command

2005-04-22 Thread Prasad Kotipalli
Hello evryone I am a newbie to python. I have a makefile which i can compile in UNIX/LINUX, But i I am planning to write a python script which actually does what my MAKEFILE does. The make file is #Makefile and some scripts to give output #numbers #Change till sign #END var1:=564-574 a1 = 23

[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 -