Answer Posted / guest
Python is an open source language that is getting a lot of
attention from the market.
• Created by: Guido van Rossum nealy 11 years ago.
• Python is an interpreted, high-level programming
language, pure object-oriented, and powerful server-side
scripting language for the Web.
• Python is a good prototype language. In just a few
minutes, you can develop prototypes that would take you
several hours in other languages.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you include a module in your python file?
Why we are using def keyword for method?
What is abstract class in python?
What are the differences between the threading and multiprocessing in python?
Guess the output?
How can I wait until we receive data using python socket?
What are tuples in python?
What program to write python?
What is the encapsulation?
Tell me how does python handle the memory management?
How do I interface to c++ objects from python?
Which server is used for python?
Name a few methods for matching and searching the occurrences of a pattern in a given text string?
Explain split() methods of "re" module in python?
What is a docstring?