DEV Community

Discussion on: Python vs C++

Collapse
 
manimanis profile image
Mohamed Anis MANI

I want to thank you for the nice reply.

I have had very bad time once when I tried to create an executable for the Qt program I have written in CPython. Finally, when I succeeded I realized that the tool cannot package all the needed dependencies in one EXE file.

I am almost using CPython. I used IronPython with C# and I left it because it's very very slow in my machine. I used Jython too. But never used PyPy.

Collapse
 
codemouse92 profile image
Jason C. McDonald

Ye-ah, packaging a program with a GUI is sometimes quite painful with Python, especially back with Python 2. I like to think it's gotten better....ish?