By following these tutorials you will learn the basics of GUI programming using Gtk+.
If you have never programmed before, or are not familiar with the concepts of object oriented programming, you may need to learn a few basics first. The book Learn Python the Hard Way or The Python Tutorial may be a better place for you to start. You may also be interested in The Python GTK+ 3 Tutorial. Once you master the basics, be sure to come back and check out these tutorials.
To run the code samples:
Copy and paste the code into filename.py
In the terminal type:
python filename.py"scrollbar.py"
"widget.py"
Got a comment? Spotted an error? Found the instructions unclear? Send feedback about this page.