You need to go to the website https://www.python.org/downloads/release/python-341/ and download the Python installer:
- download the Mac OS X 64-bit/32-bit installer DMG file,
- double click to open it,
- double click Python.mpkg to run the installer.
Verify the installation was successful by opening the Terminal application and running the python3 command:
$ python3 --version
Python 3.5.0