how to not shoot yourself in the foot with Python and Qt

How to not shoot yourself in the foot with Python for Qt / PyQt

6 minutes read
In the last few weeks, I have been using Python and Qt, especially PyQt extensively. During these weeks I have discovered a few ways how to shoot yourself in the foot accidentally. In this article, you will learn which things you should watch out for when working on GUIs with Qt and Python and how to avoid the resulting problems. ...