TheGreenCodes

TheGreenCodes

Follow
homeAboutSoftware ArchitectureData StructuresHealth DigestThe EntrepreneurSeries of Notenewsletter
Tag

terminal

#terminal

More content

Read more stories on Hashnode


Articles with this tag

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

The Future of the Terminal

Mar 12, 20207 min read

The Unix shell; the power of text-driven commands. Simply out of this world. You can do anything with it; literally (Okay okay, you can't cook...

The Future of the Terminal

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