Contribute Media
A thank you to everyone who makes this possible: Read More

Building Command Line Tools in Python

Description

Do you often catch yourself opening a Python script, changing a couple variables at the top, and then running python myscript.py? Turn that script into a Command Line Tool! Learn how to use docopt to easily build a Command Line Tool, how to use pip to make your tool directly callable, and how this strategy can improve your code.

Details

Improve this page