Rust is the next Python FFI
2019-06-03, 16:30–16:55, Hall 3

lets take a tour into Rust's Python ecosystem, reviewing what rust has to offer to python and visit the crates that will build your next Rust Python native extensions.


Rust is getting popular and ranked as the most loved language of 2019 for the 4th year in a row, promising safety AND performance.

Agenda:

  • Reminder - Python FFI

  • Why Rust is Awesome?

  • Rust Example

  • Comparing Rust to C

  • Packaging: Rust Crate -> Python Package in 60 Sec