pythonize
pub fn pythonize<T: ?Sized>(py: Python<'_>, value: &T) -> Result<PyObject> where T: Serialize,
Attempt to convert the given data into a Python object