Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, ...
What steps will reproduce the problem? 1. Using Python 2.5/2.6 (argparse is built in to 2.7 but is separate download for older versions). 2. import oauth2client.tools ...