Re: Use à Python 2 module with Python 3

Chris Warrick kwpolska at gmail.com
Wed Mar 11 15:29:17 EDT 2015


On Wed, Mar 11, 2015 at 8:20 PM, Michael Torrie <torriem at gmail.com> wrote:
> My biggest complaint with PySide is that for historical reasons (looking
> at you, PyQt), it does not use pep8 naming conventions, which makes for
> some really ugly function and method names.

This isn’t PyQt’s fault.  Both are more-or-less straight bindings to
the underlying C++ Qt library, which does not follow Python’s naming
conventions.

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16



More information about the Python-list mailing list