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
How do you comment in python?
Can you write an efficient code to count the number of capital letters in a file?
What is the best way to parse strings and find patterns in python?
What is an operator in python?
What is the purpose of setup py?
Do monkeys sleep at night?
How to access a module written in python from c?
How can files be deleted in python?
How do you get the current working directory using python?
Is google made with python?
What is casting in python?
Whenever you exit python, is all memory de-allocated?
What is the process to calculate percentiles with numpy?
What is unittest in Python?
How do you protect python source code?