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
Is set iterable in python?
Why python is popular nowadays?
Can python be used for web client and web server side programming? And which one is best suited to python?
Does .net support python?
What are the two main types of functions in python?
Please explain in python what is slicing?
What is a coverage report?
What is the python interactive console or python shell?
How do you achieve web scraping in python?
What are the differences between python 2.x and python 3.x?
Is python case-sensitive?
Can we concat bytes to str?
Is python used for frontend or backend?
How can we make a executable file with python script?
Does python perform tail recursion optimization?