InterviewSolution
| 1. |
What is Python? What are the benefits of using Python |
|
Answer» Python is a high-level, interpreted, general-purpose programming LANGUAGE. Being a general-purpose language, it can be used to build ALMOST any type of application with the right tools/libraries. Additionally, python supports objects, modules, threads, exception-handling, and automatic memory management which HELP in modelling real-world problems and building applications to solve these problems. Benefits of using Python:
Improve your chances of cracking the PYTHON interview Majority ELEMENT EasyAsked in BEST Time to Buy and Sell Stocks EasyAsked in Merge two sorted lists EasyAsked in View All Practice Questions |
|