Python Services

Your Python libraries not only need to be added to the grid-library.xml for the Python bridge but also the PIP install needs to be done in your code. Your Python libraries need to use the Python Service Type to ensure that the proper Python script is executed.

You must carefully handle type conversion since the Python driver wraps the C++ Driver and the data is being implicitly converted to a string before being transmitted, and then it is implicitly converted from the string in the Grid Library unless explicit conversion is used.