Python is an interpreted, high-level, general-purpose programming language.
Created by Guido van Rossum and first released in 1991, Python 's design philosophy emphasizes code readability with its notable use of significant whitespace.
Installation
Installing Python is generally easy, and nowadays many Linux and UNIX distributions include a recent Python.
Even some Windows computers (notably those from HP) now come with Python already installed. If you do need to install Python and aren 't confident about the task you can find a few notes on the page below, but
installation is unremarkable on most platforms.
Tutorial
Google Colab
You can also write and run python programs in Google Colaboratory.
Google Colab simulates the program you have written and gives the output. This is the most recommended way to learn python