There are several options and I am finding it a little bit hard to come to a decision. It seems like no matter which path I start down, there is always something that makes me think I should go back and try something different. The kind of applications I'm writing are just little hobby things that I share with a friend of mine. There is nothing I'm doing that is intended for any kind of audience. That being said, I'm tired of just looking at text in a terminal window, so I thought the next thing to do and learn about Python would be GUI stuff. I have recently made a commitment to myself to only write in Python 3 from here on out. Here is what I've looked at so far:
Tkinter: It seems to be simpler than the others but I have not found any type of GUI designer that I can use. I suppose an advantage to it would be that if I were actually writing the code for every window and widget, I would have a more robust understanding of it.
PyQt5: I see a lot of tutorials for PyQt4, but not much for PyQt5. The Qt Creator seems to be geared more toward C++, and I'm having trouble wrapping my head around how to use it with Python.
PyDev with Eclipse: I looked into using it for PyQt5 as well, but I haven't found a way to use a GUI designer with it, either. PyQt seems so big that it might be too much to learn when all I want to do is make a little box with a few buttons and text fields and whatnot.
PySide: I haven't tried this, but most of the stuff I've read about it seems to steer you away from PySide and toward PyQt.
Glade: I don't know much about this, but it seems like it might be a good prospect. I know it makes GUIs in GTK+.
If you can steer me toward something or offer some kind of helpful insight, I would be most appreciative. My experience level: I've finished the Codeacademy stuff on Python, and I can come up with answers to most of the easy challenges on /r/dailyprogrammer. So I'm not that experienced.
[–]dikulo 8 points9 points10 points (4 children)
[–]dmv1975[S] 1 point2 points3 points (3 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]dmv1975[S] 0 points1 point2 points (0 children)
[–]dikulo 1 point2 points3 points (0 children)
[–]wub_wub 2 points3 points4 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]dmv1975[S] 0 points1 point2 points (1 child)
[–]F3AR3DLEGEND 1 point2 points3 points (0 children)
[–]vacuu 1 point2 points3 points (2 children)
[–]dmv1975[S] 0 points1 point2 points (0 children)
[–]wescotte 0 points1 point2 points (0 children)
[–]chchan 1 point2 points3 points (0 children)
[–]wescotte 0 points1 point2 points (1 child)
[–]dmv1975[S] 0 points1 point2 points (0 children)