Python
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
Installation python
sudo apt install python3
IDE
jupyter notebook
Instalation
Ubuntu Linux
pip
sudo apt install python3-pip
jupyter
sudo pip3 install jupyter
Run
python3
python3 filename.py
python2
python filename.py