Zimmer Posted November 2, 2008 Share Posted November 2, 2008 Hello I have been learning to program for a while know and tried several languages including C and C++ which I found to slow to actualy get a application that does something. I then found Python www.python.org. I have been following some tutorial and now want to do GUI Programing with it. I tried Tkinter, WxPython both the code for tutorials didn't even work. I then tried PYQT and did a little bit but after a while the tutorials usered QtDesigner which I could never get QT installed. So do you guys have any good GUI toolkits or tutorials on how to fix my prevous problems? Thanks. :) Quote Link to comment Share on other sites More sharing options...
ls Posted November 2, 2008 Share Posted November 2, 2008 I use Tkinter, i was quite easy to learn with this http://openbookproject.net//py4fun/gui/tkPhone.html it's a stupid little script but it gives you a good and easy introduction into the widgets. you can find a lot of something more advanced stuff here: http://effbot.org/tkinterbook/ it gives you an overview of all the widgets an their options Quote Link to comment Share on other sites More sharing options...
Zimmer Posted November 2, 2008 Author Share Posted November 2, 2008 I forgot to mention another reason for not trying TKinter and WxPython is that they are pretty ugly and Wx and TKinter seem to be losing use and are becoming more and more ancient. Please correct me if I am wrong thanks again! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.