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
How do I run a script in python shell?
How to install python on windows and set path variable?
What is list constructor in python?
What is the output of this code?
Do you know the number of keywords in python?
Is django an ide?
When does a dictionary is used instead of a list?
Explain the difference between a list and the tuple?
How many name spaces are defined in python?
How is exception handling done in python?
What is the scipy?
How will you uit the python?
How to find the index of an element in a list python?
What is __ init __( self in python?
Is python an oop?