Python Forum

Full Version: looking for a tutorial
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i was referred to this tutorial to get started in GTK+ 3. this tutorial is for programming in C, which i expect to do some with. but since i want to do most things in 100% Python 3, i need a tutorial that focuses on the GTK+ 3 interface for Python 3 with examples in Python 3. does anyone know of such a gem?
If you consider paid book as tutorial then there is Foundations of PyGTK Development: GUI Creation with Python by Andrew Krause, W. David Ashley, which was released in December 2018.

I don't know is it any good, because I haven't read it myself Smile, my suggestion is based on paragraph in opening chapter: "Learning GTK+ can be a daunting task, because many features lack documentation and others are difficult to understand even with the API documentation. Foundations of PyGTK Development aims to decrease the learning curve and set you on your way to creating cross-platform graphical user interfaces for your applications."
i am looking for a free PDF or HTML tutorial. definitely not a paper-based book.