Arguing About Handling Python Command Line Arguments
Python has a million ways to do the same thing and people will still argue about it
This isn’t a tutorial guide on how to do Python command line arguments. Plenty of excellent resources discuss how to handle arguments with code examples that clearly detail how to accomplish this. However, I want to analyze the various…