For example, if you want to do artificial intelligence, Python language is a very good choice. Because it is widely used in various universities and research institutions, there are mature and easy-to-use mathematics libraries, which are suitable for scientific computing. In popular directions such as deep learning, there are a large number of frameworks developed in Python, and the new Paper can quickly find the Python code implementation on GitHub, which can be said to be the best choice.
If you want to do cloud computing now, then Go is a very good choice.
Because it is designed for large-scale computing, concurrency management and performance are very good. And there are a lot of cloud computing software, which is written by Go. If you want to modify it and adjust the implementation logic inside, it may be troublesome if you don't know Go. Of course, in theory, you can also do it through containers and microservices, but it is definitely more troublesome than changing the code directly.
Recommended Posts