The basis of becoming a better engineer starts with automation. Automate everything. Get into the habit of continuously automating everything that seems like it could be automated. A command line tool ...
Interactive mode for real-time analysis File processing for batch analysis Command-line interface for single prompts Export results in multiple formats (JSON, CSV, TXT) ...
Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, ...