Skip to content

Instantly share code, notes, and snippets.

@showi
showi / gist:7b86b8bf45d49b809f2d
Last active March 16, 2023 14:01
Tutorial / Python / CherryPy / REST API
"""
Tutorial / Python / CherryPy / REST API
https://cherrypy.readthedocs.org/en/3.3.0/tutorial/REST.html
"""
import cherrypy
songs = {
'1': {
'title': 'Lumberjack Song',
'artist': 'Canadian Guard Choir'