Computer Science, asked by shruti469, 10 months ago

What are features of python? Need answer in 5 points?​

Answers

Answered by rupaliparida2972
0

1.Easy to code:

Python is high level programming language.Python is very easy to learn language as compared to other language like c, c#, java script, java etc.It is very easy to code in python language and anybody can learn python basic in few hours or days.It is also developer-friendly language.

2. Free and Open Source:

Python language is freely available at official website and you can download it from the given download link below click on the Download Python keyword.

Download Python

Since, it is open-source, this means that source code is also available to the public. So you can download it as, use it as well as share it.

3.Object-Oriented Language:

One of the key features of Python is Object-Oriented programming. Python supports object oriented language and concepts of classes, objects encapsulation etc.

4. Large Standard Library

Python has a large standard library which provides rich set of module and functions so you do not have to write your own code for every single thing.There are many libraries present in python for such as regular expressions, unit-testing, web browsers etc.

5. Dynamically Typed Language:

Python is dynamically-typed language. That means the type (for example- int, double, long etc) for a variable is decided at run time not in advance.because of this feature we don’t need to specify the type of variable.

Answered by MissMagical
8

Answer:

Heya ☺

➡ The five features of python are :

  • It is easy to learn and use.
  • It is free and open source of programming language.
  • Python is an interperted which makes it faster than any other programming language.
  • Python is easily integrated with C, C+++, COM., CORBA and Java etc.
  • It can run on multiple platform.

Hope it helps u ☺ ✌

Similar questions