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
How to open a text file and display its contents?
Is python better than matlab?
Write a program to reverse the string?
Explain how memcached should not be used in your python project?
What is pass in python? What are the differences between pass and continue?
What are python libraries?
When python was founded?
What type of language is python? Programming or scripting?
Is sorted in python?
How do I list all files of a directory?
How do you sort a list in descending in python?
What is means by string python?
What is frozen set in python?
Is python a procedural language?
What does kwargs mean?