|
|
|
|
|
by sandGorgon
2822 days ago
|
|
Is there any sample code that illustrates this kind of python embedding versus one of the freezer scripts ? 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.