I'm looking for good longform tutorials on creating GUIs with Python. I've found one previous answers, but it's quite old (10 years) and closed. What would you recommend? Any good example repos?
I want to have a dynamic user interface that allows the user to tab between different screens, enter data, and see output plots update (preferably live, but a button click to update would be acceptable as well). Does this narrow my available options to a particular GUI tool?
Previous Question: Python 3.x GUI Tutorials