[Tutor] Finding Hostname-IP DNS mappings and if machine is dead or alive

Alex Kleider akleider at sonic.net
Tue May 13 02:30:44 CEST 2014


On 2014-05-12 16:36, Danny Yoo wrote:
> For command line processing, look into argparse:
> 
>     https://docs.python.org/2/howto/argparse.html#id1

Although the above is the standard library recommended solution, I would 
recommend you try docopt instead.
http://docopt.org/
https://github.com/docopt/docopt


More information about the Tutor mailing list