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

wxjmfauth at gmail.com wxjmfauth at gmail.com
Mon Dec 23 14:05:07 EST 2013


Le lundi 23 décembre 2013 18:59:41 UTC+1, Wolfgang Keller a écrit :
> > > On an actual operating system, the attitude of the developers (do
> 
> > > they actually care or just don't give a darn) is *the* critical
> 
> > > issue for end-user productivity. If a developer makes a statement
> 
> > > such as of "just get a faster computer" or "just get more RAM",
> 
> > > then (s)he probably doesn't give darn. C++ applications, just like
> 
> > > Java applications, tend to leak horrible amounts of memory these
> 
> > > days, just because the vendors/developers don't care.
> 
> > 
> 
> > I'll note that Python core developers do care about memory leaks.
> 
> 
> 
> And that's a really good thing.
> 
> 
> 
> But unfortunately, these days, it's rather the exception.
> 
> 

Memory? Let me laugh!

>>> sys.getsizeof('a')
26
>>> sys.getsizeof('€')
40
>>> 40 - 26
14
>>> sys.getsizeof('\U00010000')
44
>>> 44 - 26
18


I'm deeply convinced, one will soon see that
technology in CID font.

jmf



More information about the Python-list mailing list