I have been learning Python for a little while now, and I feel that I have picked up the basics. I want to begin making some projects in Python with a GUI, but I don’t know where to start learning. Could anyone recommend to me a website teaching how to make GUIs, or a python module containing the necessary functions etc for making them, or even an third-party program/debian linux package (I have a raspberry Pi) for making python GUIs.
Share
Have a look at http://wiki.python.org/moin/GuiProgramming and http://wiki.python.org/moin/GUI%20Programming%20in%20Python. You have tagged your question als python-3.x, so you have to check yourself which of these frameworks is ready for Python 3.x. If Python 2.x is also an option, I would go for wxPython. Here is the getting started page.