19. numpy and ndarray - From Python to Rust

Published: 12 March 2021
on channel: Bedroom Builds
14,338
288

short introduction into doing numpy style math in Rust

PyO3 allows to use numpy in Rust https://github.com/PyO3/rust-numpy
ndarray crate https://github.com/bluss/ndarray
ndarray for numpy users https://docs.rs/ndarray/latest/ndarra...
ndarray-linalg https://docs.rs/ndarray-linalg/
Weld https://www.weld.rs/

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...