

InterviewSolution
Saved Bookmarks
1. |
How python works?? |
Answer» python works with the help of python interpreter.<br>PythonPython is a high-level general purpose programming language that is used in a wide variety of application domains. Python has the right combination of performance and features that demystify program writing. Some of the features of Python are listed below:\tIt is a simple and easy to learn.\tPython implementation is under an open source license that makes it freely usable and distributable, even for commercial use.\tIt works on many platforms such as Windows, Linux, etc.\tIt is an interpreted language.\tIt is an object-oriented language.\tEmbeddable within applications as a scripting interface.\tPython has a comprehensive set of packages to accomplish various tasks.Python is an interpreted language, as opposed to a compiled one, though the dis | |