I want to write a hybrid application which uses python as GUI component, and C++ module as background services.
I know how to program with Python, and C++, but I don't find a mature/nice way to make them work together smoothly. Could you guys shed some light on this for me? A good document/tutorial is also very appreciated.
While being incredibly useful for the fields of data science and machine learning, Python is also great for developing graphical user interfaces! In fact, it has many frameworks that even beginners can use to easily get started with developing a GUI.
Creating a simple graphical user interface (GUI) that works across multiple platforms can be complicated. But it doesn't have to be that way. You can use Python and the PySimpleGUI package to create nice-looking user interfaces that you and your users will enjoy!
The only thing the user needs to do is design an interface with Figma, and then paste the Figma file URL and API token into Tkinter Designer. Tkinter Designer will automatically generate all the code and images required to create the GUI in Tkinter.
I like to use cython for writing glue code between those two worlds, or if I want stronger separation for any reason I like the ctypes approach.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With