install python 2.3 code example
Example 1: how to install python 2
$ sudo apt install python2
OR
$ sudo apt install python-minimal #is working
Example 2: install python 3
# Download and Install python from https://www.python.org/downloads
# Try to get the latest version of Python, and please avoid using python 2.x unless you have a reason to.