InterviewSolution
| 1. |
What Is Cherrypy? |
|
Answer» CHERRYPY is a web FRAMEWORK of Python which provides a friendly interface to the HTTP protocol for Python developers. It is also called a web application library. CherryPy uses Python’s strengths as a dynamic language to model and bind HTTP protocol into an API. It is one of the OLDEST web FRAMEWORKS for Python, which provides clean interface and reliable platform. CherryPy is a web framework of Python which provides a friendly interface to the HTTP protocol for Python developers. It is also called a web application library. CherryPy uses Python’s strengths as a dynamic language to model and bind HTTP protocol into an API. It is one of the oldest web frameworks for Python, which provides clean interface and reliable platform. |
|