Tag Archives: kwargs

Decouple with kwargs

So I’ve been attempting to make a suite of cli scripts for work. I recently discovered the multiprocessing module for python, and really liked its simplicity, and started using it, with great success. Everything was faster.
This then spurred me to take the scripts that were for the most part, copy common-ish bits and then modify [...]