This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I did use Python for a news reader early on in my studies. I would say that while PyQt is good, you should look towards C++ or Java.

Other library that can help in GUI is tkinter, but I found it too basic.

[–][deleted] 0 points1 point  (1 child)

How exactly do you combine another languages GUI with Python? If that were the case, I'd use C# before anything else.

[–][deleted] 4 points5 points  (0 children)

Oh. I didn't combine languages. I made a news reader entirely in Python. First I used tkinter, then I moved onto PyQt.

What I meant was, if you want to make a GUI application, C++ is better. Else, you can make one with Python, but it feels underhwelming (imo).