Use à Python 2 module with Python 3

Michael Torrie torriem at gmail.com
Wed Mar 11 15:31:00 EDT 2015


On 03/11/2015 01:29 PM, Chris Warrick wrote:
> 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.

Yes, but they could have simply converted the native Qt names to pep8.
Particularly when the bindings are automatically generated.



More information about the Python-list mailing list