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 can you organize your code to make it easier to change the base class?
What is overloading in python?
What is abnormal termination?
What can I build with python?
Tell me how are arguments passed by value or by reference?
What is the difference between list and tuples in python?
Why should I learn python in 2019?
How do you comment in python?
What is threads life cycle?
Why we are using def keyword for method?
Name a few methods for matching and searching the occurrences of a pattern in a given text string?
What are different modes in file operations?
What are accessors, mutators, and @property?
What should be the typical build environment for python based application development?
What is the python idle?