Send Beginners mailing list submissions to beginners@haskell.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to beginners-requ...@haskell.org
You can reach the person managing the list at beginners-ow...@haskell.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. haskell + python numpy (PICCA Frederic-Emmanuel) ---------------------------------------------------------------------- Message: 1 Date: Sat, 19 Mar 2016 11:47:47 +0000 From: PICCA Frederic-Emmanuel <frederic-emmanuel.pi...@synchrotron-soleil.fr> To: "beginners@haskell.org" <beginners@haskell.org> Subject: [Haskell-beginners] haskell + python numpy Message-ID: <a2a20ec3b8560d408356cac2fc148e53b305b...@sun-dag3.synchrotron-soleil.fr> Content-Type: text/plain; charset="us-ascii" Hello, I would like to use some python code in order to do my computation with haskell. The idea is to use python and all it's numrical stack in some places, until I find the time to replace the python code by some haskell code. what I will do is read the data from hdf5 with bindings-hdf5 in haskell obtain a Storable for all my data images then I would like to create a python object which will use these data in order to generate in return another array. get back this array and put it into another hdf5 file. Indeed I want to do this with the pipes library. I would like to know if someone have some code examples for this kind of use case. interfacing haskell with python numpy object back and forth. thanks for your help Frederic ------------------------------ Subject: Digest Footer _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners ------------------------------ End of Beginners Digest, Vol 93, Issue 12 *****************************************