For this tutorial, a number of utilities have been created that you can reuse for your own purposes.
First, to allow these utilities to be called from anywhere during this tutorial, add this directory in your PATH but also indicate to python
that this directory contains some libraries and should be checked during imports.
Navigate to the Utils
directory, and type source InitPythonPath
to have this directory in your path for Python libraries and executable search path.