You are on page 1of 8

Python language is a general-purpose computer

programming language for web development. This


language was created in the year 1991 by Guido van
Rossum. This is an open source language and very easy
to learn. This language is supported by extensive
libraries which mean that the developers are not
required to write codes again and again. The codes of
python language can be put into another language
codes. This language use interpreter, so the codes are
executed at the same time. It is a multi-paradigm
programming language.
 Portable: One of the important features of python is portability, codes written in this language does not
need to change while using in the different system with different language. For example, if want to write code
In C++ program, we can put python code as it is, without making any changes in it.

 Easy: Python is a very reliable and programmer friendly. The codes of python are very to write and read. It is
considered that codes of python are as easy to read as the English language.

 High-level language: This is a very high-level language Programmers do not need to remember system
architecture.

 Object-oriented: Project-oriented and object-oriented programming are supported by a python which


makes it an easy and object-oriented language that combines functions and data.

 Free: This language is open source and freely available to the public. Anyone who wants to use this language
can download it from the organization’s website. The source of this language is available to everyone and used
for writing, make changes and distribution.

 Extensive libraries: for data generation, unit testing, threading database; extensive libraries of python are
available to the programmers. This language facilitates developers with the libraries so they do not have to
write codes again and again.

 Extensible: codes of python language can be written on another language program just the way the codes
of another language can be written in python programs.
 Enhanced productivity: With the features like embedded
libraries and extensive libraries; this language is very productive and
better as compared to the other languages like Java and C++, where
there is no need to write codes again.

 Readable: Python language provides developers easy readability.


This language is very easy to learn as a beginner will need only a few
hours to learn. The program written in this language is so easy to read
as we are reading the English language.

 Embeddable: One of the best advantages of this language is it is


embeddable and codes of pythons language can be inserted in a
source code of another language.
• Python is a fully-functional programming language that can
do anything almost any other language can do, at comparable
speeds.

• Python is capable of threading and GPU processing just like any other
language. Most of the data processing modules are actually just
Python wrappers around C/C++ code.

• Python can be used to make games, do data analysis, control robot


and hardware, create GUIs, or even to create websites.

• "GUI" stands for Graphical User Interface, and is used to describe a


program that incorporates graphics to make the program more
interactive for the user.
1. Go to Download Python page on the official site and click Download
Python 3.6.0 (You may see different version name).
2. When the download is completed, double-click the file and follow the
instructions to install it.When Python is installed, a program called
IDLE is also installed along with it. It provides graphical user
interface to work with Python.
3. Open IDLE, copy the following code below and press
enter.print("Hello, World!")
4. To create a file in IDLE, go to File > New
Window (Shortcut: Ctrl+N).
5. Write Python code (you can copy the code below for now) and save
(Shortcut: Ctrl+S) with .py file extension like: hello.py or your-first-
program.pyprint("Hello, World!")
6. Go to Run > Run module (Shortcut: F5) and you can see the
output. Congratulations, you've successfully run your first Python
Most Python implementations (including
CPython) include a read–eval–print
loop (REPL), permitting them to function as
a command line interpreter for which the
user enters statements sequentially and
receives results immediately.
Other shells, including IDLE and IPython, add
further abilities such as auto-completion,
session state retention and syntax
highlighting.
As well as standard desktop integrated
development environments, there are Web
browser-based IDEs; SageMath (intended for
developing science and math-related Python
programs); PythonAnywhere, a browser-
based IDE and hosting environment; and
oContact :
oMail: info@kvch.in
oFor details visit:
pythonprogramming.si
tey.me

You might also like