Tag Archives: optparse

Elegant option checking with optparse

A fair amount of the Python code that I write is in the form of scripts designed for command line use. In support of sysadmin activities, data massaging, or other tasks, they often call for options to be passed and … Continue reading

Posted in CLI, Programming | Tagged , , , , , | Leave a comment