It would be great to have a helper function that converts a go struct or map to a Python dict. As a matter of fact it would also be really useful to be able to convert other types, for example a function like `ToPyObject` which takes an interface and using reflection builds the relevant Python type. A `FromPyObject` doing the reverse would be ideal too. This would massively simplify interaction between Python and Go.