MENU
Question -

What is Python ? State some programming language features of Python.



Answer -

1. Python is a modern powerful inter-preted language with objects, modules, threads, exceptions, and automatic memory managements.
2. Python was introduced to the world in the year 1991 by Guido van Rossum
Salient features of Python are :
  1. Simple & Easy : Python is simple language & easy to learn.
  2. Free/open source : Everybody can use python without purchasing license.
  3. High level language : When coding in Python one need not worry about low-level details.
  4. Portable : Python codes are Machine & platform independent.
  5. Extensible: Python program supports usage of C/ C + + codes.
  6. Embeddable Language : Python code can be embedded within C/C+ + codes & can be used a scripting language.
  7. Standard Library : Python standard library contains prewritten tools for programming.
  8. Built-in Data Structure : Contains lots of data structure like lists, numbers & dictionaries.

Comment(S)

Show all Coment

Leave a Comment

Free - Previous Years Question Papers
Any questions? Ask us!
×