Python Forum
Learning GUI programming
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning GUI programming
#1
I want to learn GUI with Python (in Linux, UBUNTU).
How do I start? Any suggestions? Any good book?
Thanks.
Reply
#2
The first step is to decide which toolkit you want to use. Since you're on linux, you should probably pick the one that's mostly used with whichever distro you're on (gtk or qt), or use wx, which abstracts that a bit and will use whichever's available (...I think).

Once you know which toolkit you want to work with, the docs for that toolkit should be able to help you get started.
Reply
#3
wxPython would abstract GTK, but an excellent choice due to the fact that it's very established. It's currently being updated (Phoenix branch) targeting Python 3.x Doing a recent google have discovered that wxQT provides support for QT5 most notably so that's very good and lays a solid foundation for wxPython.

There are also PyQT and Kivy among many others. Kivy targeted mobile platforms initially but now also aims at the desktop platform; supports using either CPU (blitting) or GPU rendering at your preference and provides interface support for external layout files similar to css. Not really familiar with PyQT or QT in general, but have heard many good things about both.
Reply
#4
I would recommend PyQt, as it is a very complete framework, cross-platform and actively developped. Qt recently announced that they will deploy new efforts on their python branch, called "Qt for Python", which use a more flexible license. It is also prettier than others toolkit, IMHO, and with QtDesigner it is very easy to create a decent layout from scratch.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGUI] Start learning GUI Programming python sumandas89 1 3,195 Jan-18-2019, 02:11 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020