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 do I send mail from a python script?
How do I debug an extension?
Which is better java or python?
What is a coverage report?
How does python sort work?
How do you create a database in python?
What is a control flow statement?
Why python has no private?
What program to write python?
What does quit () do in python?
What are classes in programming?
What is the mro in python?
How to open a text file and display its contents?
Can notepad ++ run python?
How to convert a string to lowercase in Python?