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

Chris Angelico rosuav at gmail.com
Mon Dec 16 06:58:42 EST 2013


On Mon, Dec 16, 2013 at 8:42 PM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> I've done the latter, but still can't fit all the data for my 100+ screens
> into a one liner, help please :)

With 100 screens, you should be able to use lines of text up to 8000
characters long - just make sure your screens are organized
horizontally. Shorten all variable names to a single letter, omit all
unnecessary spaces, and you should be able to fit the code within that
space.

ChrisA



More information about the Python-list mailing list