Pola.rs is another good example of how a great Rust library can have an excellent Python façade. Polars ingenuously uses Python's operator overloading scheme to maximize data frames operation efficiencies.
I think Python & Rust can become great pairs, especially in the data processing field.
No comments yet.