@funkyidol I also prefer Golang these days for bespoke tooling because it has the same rich standard library that made me rely on Python in the first place but it takes away all the fragility that comes from its reliance on the runtime environment. If I write something in Golang I don't have to then also figure out how to make it work on a different machine.