[Tutor] [tutor] how to call GSL function from python using ctype
ALAN GAULD
alan.gauld at btinternet.com
Mon Apr 28 19:39:41 CEST 2008
> it's just an exercise for using 3rd party software.
> do you mean GSL is better than pygsl or pyMix?
No, PyGSL is a Python interface to GSL so you don't
need to use ctypes. PyMix is similar but offers more
than just GSL.
But if you actually want experience of ctypes then
they aren't really relevant
Alan G.
kimbol
----- Original Message -----
From: "Alan Gauld" <alan.gauld at btinternet.com>
To: <tutor at python.org>
Sent: Monday, April 28, 2008 2:18 AM
Subject: Re: [Tutor] [tutor] how to call GSL function from python using
ctype
>
> "Kimbol Zhang" <zchunbo at hotmail.com> wrote
>> i'm trying to call the function from GSL by ctype ,
>
> Any reason why you aren't using PyGSL or PyMix?
>
> Is there something in GSL that they don't give you?
>
> Alan G
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
More information about the Tutor
mailing list