1.

What Is History Of Cherrypy?

Answer»

Remi Delon released the first version of CherryPy in LATE JUNE 2002. This was the STARTING point of a successful Python web library. Remi is a French hacker who has trusted Python for being one of the greatest alternatives for web application development.

  • The project developed by Remi attracted a number of developers who were interested in the approach. The approach INCLUDED the following features −
  • CherryPy was close to the model-view-controller pattern.
  • A CherryPy class has to be processed and COMPILED by the CherryPy engine to produce a self-contained Python module embedding the complete application and also its own built-in web server.
  • CherryPy can map a URL and its query string into a Python method call

Remi Delon released the first version of CherryPy in late June 2002. This was the starting point of a successful Python web library. Remi is a French hacker who has trusted Python for being one of the greatest alternatives for web application development.



Discussion

No Comment Found