Every major library or application I write seems to have a module named “util”these days. I think it represents a kind of “impedance mismatch”between the platform I’m using (C runtime,C++ runtime,python standard libraries) and the platform I *wish* I were using.
Recently,I’ve been writing python code that runs lots of [...]
