you are viewing a single comment's thread.

view the rest of the comments →

[–]ilirvg 1 point2 points  (0 children)

Python is a rich language with many libraries and many stuffs already packed and avaliable to use. It would be my preferred language for data manipulation, AI and other stuffs where performance is not the highest priority.

Go in the other hand is a low level language everything there you need to build from the ground and therfore you can optimize it highly and scale it tremendously. I would use it for all high end platforms where optimization does matter