16. Python inside Rust - From Python to Rust

Published: 19 February 2021
on channel: Bedroom Builds
4,753
68

Short overview howto write Python code inside of Rust code

- Inline Python using macros https://docs.rs/inline-python
- using PyO3 https://github.com/PyO3/pyo3
- embed python with pyoxidizer https://pyoxidizer.readthedocs.io/en/...

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...