What is PYTHON?

 What is Python ?

A Python is a object oriented ,high level programming and  multi-purpose programming language .It was developed in the year 1980's by Guido van Rossum .Python supports the use of modules and packages. Python is used for processing the text, displaying images or videos, and also used to solve  scientific equations .Python is mainly used for developing websites ,analyzing data and visualizing data.

Working of Python:-

  1. Python uses compiler which will read source code of python and displays any error
  2. If there is no error then it will get converted into byte code .
  3. The byte code will be sent to interpreter called as Python Virtual Machine and then it will get executed as machine-executable code .



Python Packages:-

A simple program in python:-

     print("Welcome to Code House of Python :)")

Algorithm:-

  1. Start
  2. To print it use double quotes and type Welcome to code house of python
  3. Stop
       Explanation : print is the keyword which is used to print the output.

Screenshot:-
      1.Program screenshot:-

     
      2. Output screenshot:-

   


In next blog, we will see how to get the sum of two numbers in python.

1 Comments