PYTHON BASICS INTERVIEW QUESTIONS. 1. What is Python? Python is a high-level,interpreted, general-purpose programming language. Being a general-purposelanguage, it can be used to build almost any type of application with the righttools/libraries. Additionally, python supports objects, modules, threads,exception-handling and automatic memory management which help in...