Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Python Interview Questions and Answers

Question: What are the key features of Python?
Answer:

 The following are the significant features of Python, and they are:

  • Interpreted Language: Python is an interpreted language that is used to execute the code line by line at a time. This makes debugging easy.
  • Highly Portable: Python can run on different platforms such as Unix, Macintosh, Linux, Windows, and so on. So, we can say that it is a highly portable language.
  • Extensible: It ensures that the Python code can be compiled on various other languages such as C, C++, and so on.
  • GUI programming Support: It implies that Python provides support to develop graphical user interfaces
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook