On 03/11/2015 01:29 PM, Chris Warrick wrote: > On Wed, Mar 11, 2015 at 8:20 PM, Michael Torrie <torr...@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. -- https://mail.python.org/mailman/listinfo/python-list