adspace


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 the length of your largest python code? Can you please describe the project?

1129


list some of the data science libraries in python

947


How do you write if else in python?

1045


What is the process to get the home directory using ‘~' in python?

1013


What is the use of assertions in python?

1176


How to read a 10gb (or larger) file size in python?

893


What is the best notepad?

890


What is the biggest challenge facing your current job right now? What is your biggest failure?

870


Tell me what are different methods to copy an object in python?

1023


How do I download a file over http using python?

924


Is there a way to remove the last object from a list?

1007


How would you display a file’s contents in reversed order?

936


Explain the inheritance in python with an example?

985


How do I list all files of a directory?

937


How do you check if a list is empty in python?

955