For our project, we will use the CherryPy Python library (be aware that it is CherryPy with a "y", not CherryPi with an "i").
Introducing CherryPy – a minimalist Python web framework
What is CherryPy?
According to their website, CherryPy is a Pythonic, object-oriented web framework. CherryPy gives developers the power to build web applications as if they were building any object-oriented Python program. In true Python style, CherryPy programs have less code and are developed in less time than other web frameworks.
Who uses CherryPy?
Some of the...