Page 1 of 1

Anyone Using Cobra for Numerical Work?

PostPosted: Sun Dec 13, 2015 10:34 am
by james
Hi,

I'm a Python programmer working on mostly mostly numerical (numpy) and computer vision (OpenCV) projects.

I would be interested to hear from anyone using Cobra in these areas and what packages you are using.

Thanks.

Re: Anyone Using Cobra for Numerical Work?

PostPosted: Thu Dec 17, 2015 1:09 am
by Charles
I'm not doing numerical work, but fyi, Cobra rides on top of .NET and Mono so it has access to whatever libraries are available there. Often searching the web for ".NET foo", "C# foo" or "Mono foo", will be informative.

You can also leverage C libraries though there will be some setup required.

Re: Anyone Using Cobra for Numerical Work?

PostPosted: Mon Dec 21, 2015 7:59 pm
by james
Thanks Charles. I will try your suggestions and see what turns up.

So many options for Python that it is hard to leave it, but Cobra looks like a very well-designed alternative.