OPERATING SYSTEMSOS Linux

How to Run Python in Ubuntu 18.04 LTS | Python in Ubuntu 18.04 LTS Bionic Beaver

In this video we are going to demonstrate how to run Python in Ubuntu 18.04 LTS.
Executing Python scripts in ubuntu 18.04 is easier as Python is installed by default. But we should check what versions of Python are installed in your Linux. To check type “python” or “python3” in terminal which gives the version.Some Linux distributions have both Python 2 and Python 3 installed by default. We can execute Python Scripts directly in terminal or execute Python file.Here in this video we run both python 2 and python 3. Python is free programming language by Python Software foundation.

source

ubuntu

17 thoughts on “How to Run Python in Ubuntu 18.04 LTS | Python in Ubuntu 18.04 LTS Bionic Beaver

Comments are closed.