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

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)

Return The Include And Runtime Lib Directories From Within Python

Lets say I want to use gcc from the command line in order to compile a C extension of Python. I'… Read more Return The Include And Runtime Lib Directories From Within Python