Features of Python


What is Python ?
Python is a programming language. Which can be used in any operating system,
Python is having wide range of application from web development, scientific and mathematical computing to graphical interface.

Python was discovered by Guido Van Rossum in 1980s and it was first announced in 1994, it was named Python from the series of comedy Monty Python’s Flying Circus.

There are many features of Python such as :
  1. Easy to learn
  2. Free and open source
  3. Portable
  4. High level Interpreted language
  5. Large standard library to solve common task
  6. Structured language
  7. Object oriented
Easy to learn :
Python is easy to learn as compared to other language like Java, C, C++, Javascript it is very easy to code in Python.

Free and open source :
Python is open source language, which means its source code is available to everyone, anyone can download it, change it, or use it. Python is free to download from its official website www.python.org

Portable :
There is no need to write one code to different machine, you can write code in Linux, Windows or Mac and you can easily run your written code in Linux, Windows or Mac.

High level Interpreted language :
High level languages are easy to understandable and user friendly, it is portable across various platform.

Large standard library to solve common task :
In Python libraries are use for solve common task so you don’t need to write code for every single thing.

Structured language :
This makes python more easy it comes with structured language so there is no need to make any structured language.

Object oriented :
In object oriented, structured language is fully supported. There is no need to define class variable.

Comments