Exploring Python for next desktop GUI Project

Noble Bell noblebell at gmail.com
Thu Jul 24 12:29:53 EDT 2014


On Thursday, July 24, 2014 10:57:22 AM UTC-5, Noble Bell wrote:
> I am exploring the idea of creating my next desktop GUI project in Python and would like a little advice from you folks about a couple of requirements.
> 
> 
> 
> My requirements will be:
> 
> 1. Needs to be portable across platforms with native LAF (Windows,Linux,OSX)
> 
> 2. Python 2 or 3? Which will serve me better in the future?
> 
> 
> 
> Thanks in advance.
> 
> Noble

I was leaning toward Python 3 and Tkinter. I suppose the best way to do the GUI with Tkinter is to just roll-up my sleeves and do it via code rather than with the aid of a GUI editor.

Thanks to all of you for your replies. 



More information about the Python-list mailing list