GUI:-please answer want to learn GUI programming in python , how should i proceed.

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Dec 16 04:42:58 EST 2013


On 16/12/2013 05:08, Chris Angelico wrote:
> On Mon, Dec 16, 2013 at 3:51 PM, Michael Torrie <torriem at gmail.com> wrote:
>> I think Python is a great overall application development language,
>> especially for the GUI.  First-class functions for callbacks make it
>> very nice compared to other languages.  Python  is fast enough for
>> full-blown apps too.  Slow parts can be factored out to other languages.
>
> Python is sooooooo slow when it waits for the human. That pesky
> input() function can take *minutes* to return. It's terrible! Factor
> that out and your job's done.
>

I've done the latter, but still can't fit all the data for my 100+ 
screens into a one liner, help please :)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list