Python Belgrade #44 :: The Rust to Python App event#

Talks:#

FFI Integration of Rust Code to Python App —

  • Abstract:

This talk demonstrates the integration of Rust code into a Python application using Foreign Function Interface (FFI) techniques. It showcases how to utilize Rust’s performance and safety benefits within a Python project, allowing developers to implement critical components in Rust while managing the rest of the application in Python. Will cover popular frameworks integrations