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

Python read a single character from the user?

476


Print the length of each line in the file ‘file.txt’ not including any whitespaces at the end of the lines?

498


Can python be used for web client and web server side programming? And which one is best suited to python?

441


What is automation in python?

448


What is difference between range and arange function in python?

468






Can a class be static?

432


What is pip and when it is used ?

464


What is python basic syntax?

447


Explain garbage collection with python?

491


Can we use Python in HTML?

490


What are the built-in types available in python?

475


How many keywords are there in python? And why should we know them?

502


Explain lambda expressions. When would you use one?

502


Does range start at 0 python?

451


Is anaconda the same as python?

434