Writing Python command line scripts
Zalando Engineering
MARCH 30, 2014
Python is great for writing command line scripts and we use it a lot for internal tools and scripts at Zalando. Before extending a three line Bash script I usually rethink and implement it in Python. This post summarizes some conventions and best practices I recommend. Command Line Options Do you know the command line options of GNU tar? Probably not all of them.
Let's personalize your content