PDA

View Full Version : [SOLVED] Good place to learn gtk for python 3



kingpenguin
December 10th, 2016, 02:34 AM
Hello,
So to start off I am trying to learn gui programming for python 3. I have tried viewing YouTube videos and go to some websites, but everything I have tried has not worked. I have no problem programming in python 3 as far as making applications that do have any graphical component. I am looking for something that is not only easy to follow but something that will teach you the basics and then I can do the research on my own for every last function that I need.
Thanks for reading :D

Olav
December 12th, 2016, 01:52 PM
https://python-gtk-3-tutorial.readthedocs.io/en/latest/

kingpenguin
December 13th, 2016, 09:05 PM
You are awesome, thanks for the website. Seems to work so far. Now i can actually start learning gui programming.