what is python?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Explain how to make Forms in python.
How do I use xrange in python 3?
What is the difference between python append () and extend () functions?
What is the difference between and ?
What is a super constructor?
Can we develop a site using python
How can you share global variables across modules?
What does __name__=='__main__' in python mean?
Define pyramid in python?
What is sphinx in python?
What is uuid format?
What is enumerate() function in python?