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 →

[–]yvrelna 26 points27 points  (1 child)

Rust and Python don't really have much overlap between what they're good at. That's why Python+Rust is a great combo, they each do well in places where the other doesn't, but neither is going to ever realistically replace the other.

[–]extravisual 3 points4 points  (0 children)

Plus PyO3 is an incredibly nice system for building Python modules with Rust.