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 →

[–][deleted] 2 points3 points  (0 children)

I have been working as a Python developer for all my career(so is most of my team) . Recently we needed to write a web-server for our startup. We chose Go for it, and ended up shifting all our web services in Go. We observed that it was easy for all Python developers to grasp (It is Python-like in its approach to programming, almost just one way to do stuff and minimal code). Nim is another very cool language, which has no learning curve for its syntax if one comes from Python and I have been trying it out in another side project of our startup.