Skip to content Skip to sidebar Skip to footer
Showing posts with the label Static Libraries

I Have 2 Very Similar C Functions Being Called From Python And Java. How Can I Combine The 2 Libraries Into 1 That Can Be Called From Both Languages?

Basically I have 2 implementations of a C function 'encrypt' which I call from python using… Read more I Have 2 Very Similar C Functions Being Called From Python And Java. How Can I Combine The 2 Libraries Into 1 That Can Be Called From Both Languages?

What Is The Best Practice For Bundling Third Party Libraries With Your Python Project? (for Users With No Internet)

I'm trying to build a project which includes a few open source third party libraries, but I wan… Read more What Is The Best Practice For Bundling Third Party Libraries With Your Python Project? (for Users With No Internet)