Author Topic: PyQt  (Read 827 times)

0 Members and 1 Guest are viewing this topic.

xC

  • Guest
PyQt
« on: August 18, 2013, 05:19:43 am »
Anyone used and/or recommend it? Trying to find an accredited GUI development framework for Python. I looked into Kivy but that wasn't what I was looking for. Any suggestions?
« Last Edit: August 18, 2013, 05:44:59 am by xC »

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: PyQt
« Reply #1 on: August 18, 2013, 06:05:39 am »
It's really popular. I've known a lot of people to use it. There are a lot of resources and tuts also. Qt is popular by itself anyway.

I personally never used it though. I don't do a whole lot of GUI work and the provided tkinter lib suffices my needs; tk is also good but less popular and flexable.
>>>import this
-----------------------------

Offline RedBullAddicted

  • VIP
  • Sir
  • *
  • Posts: 519
  • Cookies: 189
    • View Profile
Re: PyQt
« Reply #2 on: August 18, 2013, 08:27:04 am »
I recently started playing around with it (just one week ago). Can't say much but I already like it. Has a lot more to offer than tkinter (thats what I used before). If you are looking for a good resource try this: http://evilzone.org/ebooks/rapid-gui-development-with-qt-and-python/

Cheers,
RBA
Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before. - Edgar Allan Poe

Offline Ethereal

  • Serf
  • *
  • Posts: 32
  • Cookies: 3
    • View Profile
Re: PyQt
« Reply #3 on: September 11, 2013, 09:52:42 pm »
take a look about pyGTK http://www.pygtk.org
I am programmer and you are my source code