Python is a well-known high-level programming language developed by Guido van Rossum in 1991. The python language can use in both Windows and Linux platforms. You can download original python from the below official website. Python is free software. Official website: https://www.python.org
A useful tutorial for python can find here https://www.phptpoint.com/python-tutorial/
What is python used for
Most famous framework based on python is Django.
Python has been used to create some of the most popular websites in the world of the internet
Google.
YouTube.
Quora.
Dropbox.
Yahoo!
Reddit.
Instagram.
Spotify.
How to Install Python
Easily Download python in your system from the official website. The file extension uses for python is .py.
Example code:
hello.py
print(“welcome, World!”);
print(“i am here”);