Rajeev
Rajeev

Reputation: 46929

Pygtk notes links

if any of you are familiar with PyGTK links for beginners to grasp within a week, please let me know.

Thanks.

Upvotes: 0

Views: 135

Answers (2)

Dave
Dave

Reputation: 895

These are handy links to have open when programming with pygtk:

GTK 2

PyGTK 2.x Reference Manual: http://library.gnome.org/devel/pygtk/stable/

PyGTK Tutorial by Andrew Steele: http://learngtk.org/tutorials/pygtk-tutorial/

PyGTK FAQ: http://faq.pygtk.org/index.py?req=index

GTK 3

Python GI API Reference http://lazka.github.io/pgi-docs/#Gtk-3.0

The Python GTK+ 3 Tutorial http://python-gtk-3-tutorial.readthedocs.org/en/latest/

Python GTK+ 3 Tutorial by Andrew Steele http://learngtk.org/tutorials/python_gtk3_tutorial/html/

Upvotes: 3

ptomato
ptomato

Reputation: 57890

Micah Carrick's tutorial: http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html

Upvotes: 1

Related Questions