Things I've learned today: tox is a Python library designed to "standardize testing in Python" - including testing a given project across Python versions (so you could use it to create a library for both Python2 and Python3, and test…
Day: December 21, 2018
Things I have learned today: Python has a lot of modules that are documented well enough to make you cry. Other modules are documented so poorly that it will make you cry. Why am I using GNU parallel? Because creating…