Contribute Media
A thank you to everyone who makes this possible: Read More

Python <3 Rust

Description

Python code can be sometimes slow, but is easy to iterate on and prototype in. Rust can be slower for iteration, but results in code that is both fast and safe. The two languages complement each other perfectly. The PyO3 framework bridges the gap in a way that avoids boilerplate. Learn how to use it to add a powerful tool for your toolbox!

Details

Improve this page