Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.



See https://docs.python.org/3.7/extending/embedding.html.

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: