Answer Posted / swapna
python is very easy programming language Because syntax is very easy.
python is general purpose prog lang, python can used in many application.
python is dynamically typed prog lang because data types are taken automatically, there is no need of mentioning in program.
python is modular prog lang because modules is a collection of functions,variables,classes.
python is interpreted prog lang because PVM(python virtual machine) will compile and execute the python prog line by line.
python is independent prog lang because it can execute in an any operating system.
python is having rich collection of libraries,libraries are collection of packages,packages is collection of modules,modules is collection of variables,functions,classes.
python is high level program lang,it is having simple English format which is human understandable lang.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the built-in data-types in python?
Explain what is namespace in python?
What is ndarray in python?
Which are the file related libraries/modules in python?
How do I run python in notepad ++?
What are negative indices?
Which ide is best for python on windows?
Is yield a keyword in python?
What do you mean by list comprehension?
What is numpy array?
Give an example of a shuffle() method?
How does inheritance work in python?
What is the speciality of python?
What is python package manager (pypm)?
How to implement an 'enum' in python?