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
Why was the language called as Python?
Rules for local and global variables in python?
What is difference between input and raw_input?
When does a dictionary is used instead of a list?
What is class used for in python?
What are the principal differences between the lambda and def?
How does xrange work in python?
Does python support object oriented scripting?
How to pass indefinite number of arguments to any function?
How would you work with numbers other than those in the decimal number system?
Purpose of "/" and "//" operator in python?
What do you understand by python package?
What is the use of pycharm?
What are different modes in file operations?
Is there a double type in python?