Post thumbnail of Handle command line arguments with getopt in Python
29 December 2009
Continue reading Handle command line arguments with getopt in Python

Handle command line arguments with getopt in Python

Here’s a way to use getopt to handle arguments when creating command line applications. It works quite well with the standard help (–help or -h) by showing usage when bad arguments are passed.

Post thumbnail of Function arguments optional in python
17 December 2009
Continue reading Function arguments optional in python

Function arguments optional in python

I like it. It’s so simple and flexible. Define it with none, then assign sys.argv in place of argv.

Post thumbnail of Get a reversed list of command line arguments from sys.argv
12 October 2009
Continue reading Get a reversed list of command line arguments from sys.argv

Get a reversed list of command line arguments from sys.argv

This is useful if you need to look at the last arguments before deciding what to do, possibly for interoperability with some older code where the order of command line arguments is already set in stone.

Powered by Wordpress   |   Lunated designed by ZenVerse