uninstall python 2.7 code example

Example 1: how to uninstall python

1. Navigate to Control Panel.
2. Click “Uninstall a program”, and a list of all the currently installed programs will display.
3. Select the Python version that you want to uninstall, then click the “Uninstall” button above the list – this has to be done for every Python version installed on the system.

Example 2: uninstall python 2.7 and install 3

: '
Ubuntu depends greatly on Python 2.7 and Python 3, so there is no good method to remove it.
   Warning: Do not even try to remove it else you will have your OS broken.

Here is my advice....
create a virtual environment for your workspaces, 
  and if you want something better, 
    Download  Anaconda or Miniconda for a better solution  (It depends on what you develop though).
-------------------------------------------------------------------------------------------

check this threads for more.
1. https://askubuntu.com/questions/1321421/how-to-remove-all-traces-of-python-from-ubuntu
2. https://askubuntu.com/questions/315015/how-can-i-remove-python-2-7-after-installing-python-3-3
'