Tarea
Investigue, descargue e instale un la versión de Python en el sistema de su preferencia, sugerimos las siguientes recomendaciones:
Windos: https://www.python.org/downloads/
Centos 7:
Permanecionedo en modo sudo realizar las sig sentencias
$ yum groupinstall “development”
$ yum install zlib-devel
$ wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz
$ tar -xJf Python-3.6.0.tar.xz
$ cd Python-3.6.0 $ ./configure $ make $ make install