[Python-ideas] Method chaining notation

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Feb 24 01:36:27 CET 2014


Andrew Barnert wrote:
> Unfortunately, none of the major GUI libraries was
> designed primarily with Python in mind, so we have to adapt.

Yes, but the adaptation can be in the form of wrappers that
make the API more Pythonic. It shouldn't mean warping
Python to make it fit the ways of other languages.

-- 
Greg


More information about the Python-ideas mailing list