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:-
- Python uses compiler which will read source code of python and displays any error
- If there is no error then it will get converted into byte code .
- 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:-
- Start
- To print it use double quotes and type Welcome to code house of python
- Stop
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
🙇♀️💜
ReplyDelete