[Tutor] AmigaOS like ReadArgs() for Python ?

Kent Johnson kent37 at tds.net
Thu Jul 20 19:21:19 CEST 2006


Andreas Mixich wrote:
> Hi,
>
> does anyone know about a ReadArgs() implementation for Python as seen on
> AmigaDOS ?

I don't know about ReadArgs() but for parsing of command line arguments 
in Python see the optparse module or this recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278844
http://docs.python.org/lib/module-optparse.html

Kent



More information about the Tutor mailing list