How to Handle Python Command Line Arguments
I have found that hardcoding values is the quickest way to make a script useless. I remember building a data scraper for a real estate firm in Chicago, where the city name was buried deep in the code. Every time they wanted to switch from Chicago to Houston, I had to manually edit the script. … Read more >>