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 you can minimize the memcached server outages in your python development?
What is timestamp in python?
Why do we need operator overloading?
How do you sort a dataframe in descending order?
What is the purpose of the "//" operator in python?
Is nan in python pandas?
How much ram is required for python?
Is python good for beginners?
Is it easier than Django bottle?
What is a module in python?
Where is python used in real world?
Is upper in python?
Can you tell the difference between break and continue in python?
How is python executed?
What is py4j?