Page 121 - Computer Class 07
P. 121
9 9 9 PythonPythonPython
The Python programming language is freely available and makes solving a computer
problem almost as easy as writing out your thoughts about the solution. The code can be
written once and run on almost every computer without needing to change the program.
Important Uses of Python
Python can be more user-friendly because of its advantages. Read the uses of Python
given below:
8 Applications : Python can be used to develop different applications like web
applications, graphic user interface based applications, software development
application, scientific and numeric applications, network programming, games
and 3D applications and other business applications.
8 Multiple Programming Paradigms : Python is also used because it provides
continuous support to several programming paradigms.
8 Robust Standard Library : Python has a large and robust standard library to use
for developing the applications. It also makes the developers use Python over
other languages.
8 Code Readability : Python code is easy to read and maintain. It is easily reusable
as well wherever it is required. Python has simple syntax which allows the different
concepts to develop without writing any additional code.
How to Run Python IDLE ?
1. Go to Start button and type Python in the Start Search box at the bottom.
Computer-7 121