Answer Posted / seshu@123
Python is a general purpose, dynamic, high level, and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does python handle compile-time and run-time code checking?
Is python can be compatible with command prompt?
How is fail over mechanism works in python?
Is haskell faster than python?
How to retrieve data from a table in mysql database through python code?
Which version of python is best?
What are the generators in python?
Explain split(), sub(), sub() methods of “re” module in python?
What is a docstring in python?
What is defined isalpha() in python?
Whenever python exists why does all the memory is not de-allocated / freed when python exits?
Why is python faster than r?
What is polymorphism in python with example?
Tell us what is the usage of help() and dir() function in python?
What a blank curly brace initialize? A dictionary or a set?