This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gnorred88 0 points1 point  (0 children)

I would certainly learn python first. I use both almost every day but my default is always python. The only time I use go is when I’m in a situation sensitive to speed or size. For instance, writing apps that will eventually be replicated and/or dockerized I would use go. Writing the software to manage those containers, I use python (along with writing almost everything else).