We used to build desktop software using pyqt and freeze it. I wonder how that entire toolchain looks like in this new way.
The idea behind embedding is you might have a Python shell in a larger app. But you can also use it to tightly control the execution of the interpreter.
We used to build desktop software using pyqt and freeze it. I wonder how that entire toolchain looks like in this new way.