InterviewSolution
| 1. |
What Is Cherrypy Working Application? |
|
Answer» FULL stack applications provide a facility to create a new APPLICATION via some COMMAND or execution of the file. Consider the Python applications LIKE web2py framework; the entire project/application is CREATED in terms of MVC framework. Likewise, CherryPy allows the user to set up and configure the layout of the code as per their requirements. Full stack applications provide a facility to create a new application via some command or execution of the file. Consider the Python applications like web2py framework; the entire project/application is created in terms of MVC framework. Likewise, CherryPy allows the user to set up and configure the layout of the code as per their requirements. |
|