what is python?

Answer Posted / amar

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is numeric in python?

462


What is class inheritance in python?

452


How does python handle compile-time and run-time code checking?

473


Do we need to call the explicit methods to destroy the memory allocated in python?

956


How do I stop a python script?

448






Explain python’s slice notation?

495


What is the os module?

464


What is *kwargs and **kwargs?

508


What the return key word will do in python functions?

464


Is python interpreted language?

427


Name a few methods that are used to implement functionally oriented programming in python?

443


what is random module will do in python and what are the functions we can apply on random module

485


What are the principal differences between the lambda and def?

460


How to split a string into a list?

476


How will you do debugging in python?

476