Hi,
numpy.ctypes uses ctypes to work, it consists of some additional utility
functions.
There was a discussion on this some time ago (SWIG, ctypes, ...) with David
(C.), Gaƫl and others.
Why translating some code to C ? Why not using f2py ?
Matthieu
2008/2/16, dmitrey <[EMAIL PROTECTED]>:
>
>
Hello,
On Feb 16, 2008 9:14 PM, dmitrey <[EMAIL PROTECTED]> wrote:
> hi all,
> I intend to connect some C code to Python for some my purposes.
> What is the best software for the aim?
> Is it numpy.ctypes or swig or something else?
> IIRC ctypes are present in Python since v2.5, so it's ok to use
hi all,
I intend to connect some C code to Python for some my purposes.
What is the best software for the aim?
Is it numpy.ctypes or swig or something else?
IIRC ctypes are present in Python since v2.5, so it's ok to use just
ctypes, not numpy.ctypes, or some difference is present?
Another one qu