Python 3.5

Forums:

-------- To install python3.5 (or greater) on a fresh rasp -------------
1. wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz
2. tar -xvf Python-3.5.2.tar.xz
3. cd Python-3.5.2
4. ./configure
5. make
6 make altinstall
------------- end python install
note: The altinstall I had to run using sudo.