Comparing Go to Python for Small Scale Scripts and Tools: utcc.utoronto.ca/~cks/space/blo…
4
19
60
0
15
@golangweekly Most devs that I know simply keep the code in Github. I have friends and colleagues who prefer Python because it's simple or the statically typed language scares them. I used to be there as well but I learned Go because I felt I wasn't growing in dev knowledge through Python.
@golangweekly Having to take care of keeping environments compatible between python scripts or loading the correct virtual environments for each is one of the main deterrents that keep me from using python for small stuff. I can accept that overhead for a program but not for a small tool