Answer Posted / 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 |
Post New Answer View All Answers
What is lambda in Python?
What happens when you execute python == python?
Which is faster python or php?
What is a means by “tuple in python”?
Why is python faster than r?
Which is faster python or java?
How do you create a list which is a reverse version on another list in python?
Is python better than bash?
Explain the use of ternary operator in python?
What is anaconda program?
How does a function return values?
How do you convert a list of integers to a comma separated string?
Can you slice a tuple?
How do I emulate os.kill() in windows?
Mention the rules for local and global variables in python?