|
|
|
|
|
by pansa2
2213 days ago
|
|
The problem with Python is that it’s really hard to distribute a Python app to users. Nothing beats Go’s ability to compile into a self-contained binary. Python is also slow and has poor support for parallelism. Finally, “Python is simple” only really applies to its syntax. Overall, Go is a significantly simpler language than Python. |
|