Earlier quoted context omitted.
Setting up and deploying models in production or on edge devices is much much more complex if you have to deal with Python and Conda and whatnot.
You can compile the models to something that runs on edge though, right? For example, Tensorflow is a C++ framework that has Python bindings and a Python library, but when the models are served they are running on C++. Maybe the act of compilation is an extra step, but I'd much rather have my development be in a high level language that is very suited to experimentation, probing, and testing, and then compile the fin…
No idea what they're using to run it though. But there's no way I'll stop using Python for working with ML code lol. It just makes life easy.