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 is hello world in python?
What's the difference between python and anaconda programming?
Which is best gui for python?
How to call a function of a module by using its name (a string)?
What is the tool used to check python code standards?
What is string in python?
Is python list an array?
List out standard datatypes in python
How do you delay time in python?
What happened if we call a key that is not present in dictionary and how to tackle that kind of error ?
How many data types are there in python?
How we can send email from python?
What is pytest in python?
How can you sort a list in reverse order in python?
What is python's slice notation?