Introduction to CherryPy

Speaker : Fabien Mathieu
Nokia Bell Labs France
Date: 16/10/2019
Time: 10:30 am - 12:00 pm
Location: Doctoral Training Center (EIT Digital)

Abstract

For most daily research tasks, a Jupyter Notebook is more than enough to do anything one wants. Yet, there are situations where it can be useful to turn your Python programs into a Website:

  • Sharing results with someone that does not know Python or Notebooks,
  • Preparing a demo,
  • Having a program in Computer A that starts and retrieve computation results from computer B.

During this tutorial, we’ll show you how to easily deploy Python code on http by using CherryPy.

Download the files.