Earlier quoted context omitted.
> When you download Python from http://python.org (on Linux or macOS), what you're actually downloading is an installer that builds Python from source on your machine. > The net effect is that on Linux and macOS, you can't "download a Python binary" from... anywhere. Other than the python-build-standalone project. Are you sure this is right about macOS? I just had a look inside the macOS installer from python.org and…
It’s incorrect for Linux too, distributions build Python binaries for their repos.
> (The notable exception here is that Linux distros _can_ support, e.g., `apt install python3` and ship a binary, because IIUC they can rely on standardized system paths.)
Of course, there are lots of use cases where that doesn't suffice, such as, for example, if you care what Python version you're using.