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...