[SciPy-user] Using C code in scipy-best practice
Ryan Krauss
ryanlists at gmail.com
Mon Feb 13 14:36:52 EST 2006
You can use f2py to wrap C code. There was a thread about this last week.
On 2/13/06, Jose Luis Gomez Dans <josegomez at gmx.net> wrote:
> Hi!
> After using f2py to be able to call some Fortran 77 code from Python, I now
> have a need to do the same with some C function. I was wondering what the
> best practice is to wrap this function into some Python callable object. I
> read a number of different approaches are possible, but while with f2py I
> know what to expect, with C, it appears that SWIG, or Pyrex, or...?
>
> Many thanks!
>
> --
> 10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
> +++ GMX - die erste Adresse für Mail, Message, More +++
>
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>
>
>
More information about the SciPy-User
mailing list