Language for Backend and another on Frontend?

0

I have a desktop program with no GUI working in Python, I would like to add a GUI using another language mainly one with some visual editor, C ++ for example, to be a frontend, would that be possible? How impactful would it be on performance and usage? What do you think about ironpython?

Note: I have already tested PAGE, but I was not satisfied.

    
asked by anonymous 29.05.2018 / 05:56

1 answer

1

Hello, it is possible to create GUI yes. I recommend using Pyside , or pyQt . Because it has a drag and drop IDE of drag and drop very good, and you can "compile" to run Windows .exe with the Pyinstaller. No impact on performance. Print Screen IDE drag and drop: link

    
29.05.2018 / 06:53