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...