cherrypy — Easy Playground
Mature object-oriented web framework with built-in HTTP server
Getting started with cherrypyRun locally
Install
pip install cherrypyPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: cherrypy)
cherrypy is a third-party package. Mature object-oriented web framework with built-in HTTP server. Install with: pip install cherrypy
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?