Rust is the next Python FFI

Shmuel Amar Shmuel Amar
Language: Hebrew
video in Hebrew
The presentation was given on 2019.06.02 at PyCon Israel 2019.

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