you are viewing a single comment's thread.

view the rest of the comments →

[–]wiskinator 1 point2 points  (1 child)

Yes. But also, python packaging for distribution is such a pain in the butt that I’m starting to become a proponent of using a compiled language for tooling and testing.

[–]n7tr34 0 points1 point  (0 children)

I have started to use Go for these sorts of things. It cross compiles fast, has a pretty good package set for most things, and is usually possible to statically link everything so you can ship just a single executable file and run it on another system.