> I think there's a lot of worth using a high level language and integrating with C.
I agree.
Python is an awesome high level interface to low level libraries and algorithms. As which it became even more appealing since you can write your low level code in Rust and call it from Python via PyO3 [0].
I agree.
Python is an awesome high level interface to low level libraries and algorithms. As which it became even more appealing since you can write your low level code in Rust and call it from Python via PyO3 [0].
[0]: https://github.com/PyO3/pyo3