Back to Browse

19. numpy and ndarray - From Python to Rust

15.4K views
Mar 12, 2021
14:36

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/ndarray/doc/ndarray_for_numpy_users/index.html - 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/python2rust

Download

1 formats

Video Formats

360pmp420.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

19. numpy and ndarray - From Python to Rust | NatokHD