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 you break in python?
Is c harder than python?
What is reuests module will do?
Why super is used in python?
Does python have inheritance?
How do I run python in notepad ++?
Why do we need tuples?
What is difference between match & search in regex module in python?
How does xrange work in python?
What are the built-in types available in python?
How fast can you learn python?
How to create an empty dataframe?
Is numeric in python?
How many name spaces are defined in python?
How will you remove an object from a list?