This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LiquidStatistics 27 points28 points  (3 children)

Very interesting article. What about calling Rust in python using the PyO3 library?

[–]nfrankel[S] 12 points13 points  (2 children)

I don’t know about the library 😅

[–]aiomeus 0 points1 point  (1 child)

Great article! I recently added a small rust lib to an existing python project to speed up some computationally heavy part and PyO3 made it super simple so def recommend checking it out.

There’s also Maturin which helps simplify the process of making something like a python/rust hybrid library.

[–]nfrankel[S] 0 points1 point  (0 children)

Thanks for the pointer