[CentralOH] CentralOH Digest, Vol 82, Issue 8

James Bonanno james at atlantixeng.com
Tue Feb 11 04:19:12 CET 2014


As many of you may know, I highly endorse PySide. Lately I have GUI 
applications running on Linux, Mac, and Windows with PySide. It's the 
newer version of PyQt. If you go onto GitHub, you'll see many examples 
with PySide these days. Additionally, you can see my PyOhio video at, 
which is the #1 PySide talk on PyVideo as best that I can tell. -James

http://pyvideo.org/video/536/pyohio-2011--commercial-gui-development-with-pyth


On 02/10/2014 05:52 PM, centraloh-request at python.org wrote:
> Send CentralOH mailing list submissions to
> 	centraloh at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://mail.python.org/mailman/listinfo/centraloh
> or, via email, send a message with subject or body 'help' to
> 	centraloh-request at python.org
>
> You can reach the person managing the list at
> 	centraloh-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CentralOH digest..."
>
>
> Today's Topics:
>
>     1. Re: Python GUI (Eric Floehr)
>     2. Re: Python GUI (Kris Hardy)
>     3. Re: Python GUI (Bryan Harris)
>     4. Re: Python GUI (Kurtis Mullins)
>     5. Re: Python Graphics Library(ies) (iynaix)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 10 Feb 2014 18:06:14 -0500
> From: Eric Floehr <eric at intellovations.com>
> To: "Mailing list for Central Ohio Python User Group (COhPy)"
> 	<centraloh at python.org>
> Subject: Re: [CentralOH] Python GUI
> Message-ID:
> 	<CAJzarMP4_VqoMgHK+PLqdCiS_7vje7WK0F+thaFUjS_SF04C=Q at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
>> GTK is probably the most friendly cross-platform API/license.
>>
> And Glade is still used/maintained: https://glade.gnome.org/
>
> Build your GUI in Glade, generate and XML, and use  Gtk.Builder to pull it
> in: http://python-gtk-3-tutorial.readthedocs.org/en/latest/builder.html
>
>
> Of course, it's still not Swing or even SWT.
> That's not always a bad thing.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.python.org/pipermail/centraloh/attachments/20140210/ca4fd595/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 10 Feb 2014 15:17:53 -0700
> From: Kris Hardy <kris at rkrishardy.com>
> To: "Mailing list for Central Ohio Python User Group (COhPy)"
> 	<centraloh at python.org>
> Subject: Re: [CentralOH] Python GUI
> Message-ID: <63e91658-3ea3-43a7-b9d2-05333467443a at email.android.com>
> Content-Type: text/plain; charset="utf-8"
>
> +1 for PySide.
>
> On February 10, 2014 3:05:03 PM MST, Nick Albright <nick.albright at gmail.com> wrote:
>> My brother used to do some decent GUI programming in python, and really
>> liked PyQt I believe:
>>
>> http://www.riverbankcomputing.com/software/pyqt/intro
>>
>> Best Wishes,
>> -Nick
>>
>>
>> On Mon, Feb 10, 2014 at 4:58 PM, Eric Miller
>> <miller.eric.t at gmail.com>wrote:
>>
>>> Tkinter is an easy starter.
>>> On Feb 10, 2014 4:54 PM, "Mark Erbaugh" <mark at microenh.com> wrote:
>>>
>>>> Greetings,
>>>>
>>>> I've been away from programming since I don't use it in the job I
>> started
>>>> last March. I'm looking to do some hobby programming in Python.
>> What's new,
>>>> improved or easy to use for creating a GUI?  Cross platform would be
>> nice,
>>>> but Windows only is okay.
>>>>
>>>> Mark
>>>>
>>>> Sent from my iPad
>>>> _______________________________________________
>>>> CentralOH mailing list
>>>> CentralOH at python.org
>>>> https://mail.python.org/mailman/listinfo/centraloh
>>>>
>>> _______________________________________________
>>> CentralOH mailing list
>>> CentralOH at python.org
>>> https://mail.python.org/mailman/listinfo/centraloh
>>>
>>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> CentralOH mailing list
>> CentralOH at python.org
>> https://mail.python.org/mailman/listinfo/centraloh



More information about the CentralOH mailing list