Initial Installations
Upgrade existing packages
Upgrade the packages on the server.
sudo apt-get update
sudo apt-get -y upgrade
Install Python (3.8 preferred)
Check if python is already installed.
python -V
Install python if it is not installed.
sudo apt-get install python3.8
sudo apt install -y python3-pip