

Again, this is the safest and most broadly compatible distribution, the one nobody gets fired for picking. Unlike Linux, though, Python offers one, gold-standard, “official” edition you can always fall back on: CPython, the version provided by the Python Software Foundation at. Python also comes in a variety of distributions, in much the same way Linux does. You can always try out the most recent version of Python in a controlled way - e.g., in a VM or a test machine - but going one version back guarantees the best compatibility with common third-party Python packages.

The safe bet, then, is to use the latest update of Python 3.7 (in this case, Python 3.7.6). At the time of this writing, Python 3.8.1 is the most current version.
