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 dir() function is used in python?
Mention the concept used in python for memory managing
Why you should learn python in 2019?
What is the purpose of is, not and in operators?
Is there a benefit to using one over the other?
If given the first and last names of bunch of employees how would you store it and what datatype?
Why is using ‘eval’ a bad practice?
Explain garbage collection with python?
How to add values to a python array?
Is end a keyword in python?
In python, can you name the data science and machine learning libraries?
Write a program in python to produce star triangle.
Name some of the important modules that are available in python.
What is proxy object in python?
What is a singleton python?