

InterviewSolution
Saved Bookmarks
1. |
What is python and what use of this |
Answer» Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks. | |