What is the easiest way to use a DLL
file from within Python
?
Specifically, how can this be done without writing any additional wrapper C++
code to expose the functionality to Python
?
Native Python
functionality is strongly preferred over using a third-party library.