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
What is tuple play?
What is python metaclass?
What are the runtime errors?
Is python as powerful as c++?
What are the disadvantages of the python?
How would you work with numbers other than those in the decimal number system?
Write a program structure in python?
What is the method does join() in python belong?
What is class variable in python?
What does float () do in python?
How do you get a list of all the keys in a dictionary in python?
Can you run python programs without python installed?
Explain me what is the purpose of doc strings in python?
Where do you use python programming? Can you describe in detail?
Write a script to connect to MySql database using Python?