sudo yum install rh-python38

C++
$ wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz$ make$ tar xf Python-3.* 
$ cd Python-3.*$ make install$ ./configure
Source

Also in C++: