what is python?

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


Please Help Members By Posting Answers For Below Questions

What is an elif in python?

418


How to clone or copy a list in python?

457


What are closures in python?

498


Should I learn r or python?

472


How can you share global variables across modules?

493






How do I emulate os.kill() in windows?

475


Will the do-while loop work if you don’t end it with a semicolon?

451


how do substitute a pattern in a string using re module

476


What is encapsulation in python?

451


Explain what is decorator?

438


What is module in python?

457


What do you understand of pep 8?

458


What are the types of python?

453


How would you randomize the contents of a list in-place?

478


Explain me database connection in python flask?

412