|
|
|
|
|
by sathishvj
2813 days ago
|
|
I can see the sudden jump in popularity for python alongside data science - it really is great for that. My view is: python is great for offline tasks, like functional testing and training in machine learning - tasks that do not have huge, direct customer interaction. But to put something in production, please give me a strongly typed language with compiled binaries and no additional installations/VMs (and for me that's Go). |
|
You meant "give me a statically typed language". Which may not actually be what you want, since statically typed languages can be, and some historically have been considered, weakly typed (C, for example).