PYTHON

  About Python

Python is a popular, powerful, object-oriented, interpreted, high-level, community support , scripting language. Python was created by Guido Van Rossum and release in 1991. The name of Python is actually not a snake, this name originate from the Python's Flying Circus.

Nowadays Python is Highly used language among others. Some of the Fields are :
  1.  Web Development (Server-side)
  2.  Software Development
  3.  Mathematics
  4.  Data science
  5.  Machine learning
  6. System scripting  and many more.
----------------------------------------------------------------------------------

Why python is highly used ? 

  The popularity of python is increased day-to-day. Some of it's reason are::

  • Easy to learn.
  • Open source IDE.
  • Python work on different platform(Window, Linux, mac)
  • Python is more productive.
  • Large community.    


Now we write our first Python   program..

           print("Hello world")   

          >> output : Hello world.


To learn more on python click link below.👇👇👇👇
https://programmingcompute.blogspot.com/2020/12/getting-input-in-python.html                                   

Comments

Popular posts from this blog

About RAM

Class and object in c++