Install Pyhton
Getting Started with Python
Install Python on Windows
Install Python on Linux
$ python --version
$ python3 --versionInstall on CentOS
Links
Last updated
Getting Started with Python
$ python --version
$ python3 --versionLast updated
$ sudo yum install python36u
$ sudo yum install python36u-pip