A new project, written in Rust, aims to make it easier to package and distribute a Python application as a standalone binary executable—something that has long been a pain point for Python developers.
This tauri v2 plugin is supposed to make it easy to use Python as backend code. It uses RustPython or alternatively PyO3 as interpreter to call python from rust ...
We can easily update to newer Python releases by just bumping .python-version We can easily switch between Python versions, like we currently do (3.9 for <25.06, 3.13 for later) But it also has some ...