Contribute Media
A thank you to everyone who makes this possible: Read More

Wrapping Go in Python

Translations: en

Description

This talk will call various shared object files (created with Go) in Python and systematically check what we can and cannot do with the functions in the shared object file. This check includes passing various types, such as int, float, lists, and dictionaries, into the shared object file function, and checking what we can and cannot return from the shared object function.

Details

Improve this page