In November 2019, I wrote about this:
Qt for Python (and plotting with Matplotlib)
Since then, Qt 6 and PySide6 has been released (see Qt for Python 6 released). Currently, I install both Python and Qt on my Mac with Homebrew, making the steps much easier than described in the post from 2019:
brew install qt
brew install python
At the moment, Homebrew does not install Python 3.10, the latest a …