|
|
|
|
|
by bearly_legal
1689 days ago
|
|
The same reason that Python is heavily used in scientific computing. ML/AI/Scientists aren't systems people. They don't want to care about memory management/parallelization/etc. - they want to write perfect little mathematical poems which get executed on a perfect Turing machine. Python is good at that. Thanks to the efforts of actual systems people, its libraries (numpy, scipy, etc.) run quick enough to be practical on a lot of workloads. |
|