Scientific computing using D

jmh530 john.michael.hall at gmail.com
Tue Mar 17 10:13:19 UTC 2020


On Tuesday, 17 March 2020 at 00:48:24 UTC, ahmat wrote:
> Hi everyone,
> I use mainly Python for scientific computing and I want to 
> switch to D but I can't find good libraries as replacement for 
> pandas, matplotlib, scipy, ...
> Are there plans to make D better in this area?


Matplotlib-d:
https://github.com/koji-kojiro/matplotlib-d

Numir:
https://github.com/libmir/numir

There is not currently something as polished as pandas, but there 
has been some progress made on magpie that covers some of the 
functionality of that and the tidyverse:
https://github.com/Kriyszig/magpie


More information about the Digitalmars-d mailing list