Ask HN: Python vs Go for Web – Productivity-Wise
https://news.ycombinator.com/item?id=34552271I hope it's not a too big can of worm I am opening here, and I can imagine it is quite subjective, but it would be nice to hear other people's opinions about this.
I have programmed for quite a long time in both Python and Go and I also experimented with rewriting the same solution in each language - for smaller projects.
Performance Go of course beats Python in almost all aspects, but what about productivity?
My experience is in general Python is a lot more productive, with less code but if you don't take care of keeping things well-organized then the productivity falls for bigger projects. While on the other hand, Go seems to be more linear (similar) productivity even if you have a larger code base.
What is your experience with productivity, especially as the project matures?