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
Explain how to delete a file in Python?
Write an example of a print function in python?
What does [::-1} do?
What is memory management in python?
Optionally, what statements can you put under a try-except block?
Tell me what is pep 8?
What is the dictionary?
What does the __ init__ function do in python?
What does unittest main () do?
What is flask-wtf and what are their features?
What are the advantages of using python?
When does a dictionary is used instead of a list?
What is os module?
What is the difference between range & xrange? Explain?
How can we get home directory using '~' in python?