TheGreenCodes

TheGreenCodes

Follow
homeAboutSoftware ArchitectureData StructuresHealth DigestThe EntrepreneurSeries of Notenewsletter
Series

Command line arguments

In this series, we talk about python command-line arguments and why they are a must-have in any CLI

Articles in this series

Python Command-line arguments: Part 4

Jun 10, 20209 min read

Before we catapult command-line arguments to infinity and beyond, we should go via one more item as suggested by an avid reader, Paddy. The docopt. ...

Python Command-line arguments: Part 4

Python Command-Line Arguments: Part 3: getopt

Feb 16, 20206 min read

As we get into more details with python command-line arguments, we have to remember the generic household name in the command line family; getopt....

Python Command-Line Arguments: Part 3: getopt

Command-line arguments: Part 2: argparse

Nov 11, 20194 min read

And...We're back, once more with our CLI programming. We're taking a deeper dive into the waters of command-line arguments, this time, looking at a...

Command-line arguments: Part 2: argparse

Python Command Line Arguments: Part 1: argv

Nov 1, 2019

Command-line arguments. What are they, really? Why would you ever use them? Command-line arguments are a way of reducing hard-coded variables in a...

Python Command Line Arguments: Part 1: argv