python3.7 download for linux code example
Example 1: linux ubuntu install python 3.7
sudo apt-get install python3.7
Example 2: latest version of python
# For macs...
# Apparently you don't want to upgrade 2.* just install 3.*
% brew install python3