Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Extensions

Tutorials On Optimizing Non-trivial Python Applications With C Extensions Or Cython

The Python community has published helpful reference material showing how to profile Python code, a… Read more Tutorials On Optimizing Non-trivial Python Applications With C Extensions Or Cython

Can I Use Mingw Compiled Python Extensions Together With Visual C++ Compiled Ones?

Having trouble compiling a Python extension under Windows, I've asked a question.One of the ans… Read more Can I Use Mingw Compiled Python Extensions Together With Visual C++ Compiled Ones?

Cython C-level Interface Of Package: *.pxd Files Are Not Found

In a nutshell I try to compile a cython extension called extension2 that cimports a file extension… Read more Cython C-level Interface Of Package: *.pxd Files Are Not Found

Including And Distributing Third Party Libraries With A Python C Extension

I'm building a C Python extension which makes use of a 'third party' library— in this c… Read more Including And Distributing Third Party Libraries With A Python C Extension