what is python?

Answers were Sorted based on User's Feedback



what is python? ..

Answer / lakshman

Python is an interpreted, interactive, object-oriented
programming language. It incorporates modules, exceptions,
dynamic typing, very high level dynamic data types, and
classes. Python combines remarkable power with very clear
syntax. It has interfaces to many system calls and
libraries, as well as to various window systems, and is
extensible in C or C++. It is also usable as an extension
language for applications that need a programmable
interface. Finally, Python is portable: it runs on many Unix
variants, on the Mac, and on PCs under MS-DOS, Windows,
Windows NT, and OS/2.

Is This Answer Correct ?    17 Yes 0 No

what is python? ..

Answer / keerthy

It is a scripting language that is simple and has all the
advantages of using a high-level programming language

Is This Answer Correct ?    9 Yes 1 No

what is python? ..

Answer / guest

Python is an open source language that is getting a lot of
attention from the market.

• Created by: Guido van Rossum nealy 11 years ago.

• Python is an interpreted, high-level programming
language, pure object-oriented, and powerful server-side
scripting language for the Web.

• Python is a good prototype language. In just a few
minutes, you can develop prototypes that would take you
several hours in other languages.

Is This Answer Correct ?    8 Yes 2 No

what is python? ..

Answer / swapna

python is very easy programming language Because syntax is very easy.
python is general purpose prog lang, python can used in many application.
python is dynamically typed prog lang because data types are taken automatically, there is no need of mentioning in program.
python is modular prog lang because modules is a collection of functions,variables,classes.
python is interpreted prog lang because PVM(python virtual machine) will compile and execute the python prog line by line.
python is independent prog lang because it can execute in an any operating system.
python is having rich collection of libraries,libraries are collection of packages,packages is collection of modules,modules is collection of variables,functions,classes.
python is high level program lang,it is having simple English format which is human understandable lang.

Is This Answer Correct ?    3 Yes 1 No

what is python? ..

Answer / dheeraj shandilya

Python is a server side scripting language.
It was created by Guido Van Russem. He was mathematician.
Python is object oriented, interactive and interpreted
language.
We can write code on any editor and can run it.It is
portable,i.e. it runs on Mac, windows windows NT etc.
Currently 0.3% of websites uses Python in their server side
scripting language.
It is easy and fast to learn i.e. experimentation with code
is easy as every statement give result as we press enter.

Is This Answer Correct ?    1 Yes 0 No

what is python? ..

Answer / amarnath

it is ealy to say pyhon is a multiparadigm programing language, invented by "Guido Van Rossum".

Is This Answer Correct ?    0 Yes 0 No

what is python? ..

Answer / amar

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse.

Is This Answer Correct ?    0 Yes 0 No

what is python? ..

Answer / seshu@123

Python is a general purpose, dynamic, high level, and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Tell me what are different ways to create an empty numpy array in python?

0 Answers  


Can we use python in linux?

0 Answers  


How variables are declared in python?

0 Answers  


Which of the languages does Python resemble in its class syntax?

0 Answers  


Is python the future of programming?

0 Answers  






Can you modify the maximum depth for a recursive function in Python? If yes how?

0 Answers  


What is flask?

0 Answers  


Is print a function in python 3?

0 Answers  


What is tuple?

0 Answers  


What is flask python used for?

0 Answers  


How Python performs Compile-time and Run-time code checking?

0 Answers  


What is uuid format?

0 Answers  


Categories