Python provides an API to other programming languages

We can interface with pretty much every low-level language that has HPC libraries : Fortran, C, C++, etc. and make it feel like a native python library. Which is good because progress is reducing the number of things we need to think about and python as glue allows us to only learn one language. I think this has tremendously accelerated the development of machine learning.

Links to this note