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
Do you need classes in python?
What is tuple when we have to use ?
How do you sort in descending order in python?
What are the 3 types of loops?
What are docstrings and comments?
Explain the synbtax to split a string in python?
What is linspace in python?
How do you create a database in python?
How do I run a python script?
How do you access private methods in python?
Is c++ required for learning python?
Mention the concept used in python for memory managing
What is python __ init __?
How to call an external command in python?
Tell me what are generators in python?