This is a created article in which the information may have evolved or changed.
Python is the most concise language, not one of them. There are a lot of go programmers that are Python programmers, so there is a typical comment on go: Go writes like Python.
Using go for a period of time, feel as follows:
1, written like Python, but there is a distance from Python. In particular, Python provides the idle command-line interpreter, which makes it easy to write small examples to verify how some functions are used, which is not as good as go.
2. The Go language static property causes go not to be as concise as Python, which is like two sides of a coin;
3, Go language grammar is very strict, at compile time, can prevent many mistakes;
4, go language execution efficiency is much higher than Python. This is important. Some pythoner, always say, want efficiency, you can pypy ah, you can use C extension ah, and so on, but the problem is, if the use of pypy, or use C extension, the complexity of the sharp rise, but the outweigh the gains, so that the direct use of Go is not better?
5, go language will continue to warm up, within two years, to enter the top ten of the program language leaderboard.