Pygtk notes links
if any of you are familiar with PyGTK links for beginners to开发者_StackOverflow中文版 grasp within a week, please let me know.
Thanks.
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/
Micah Carrick's tutorial: http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html
精彩评论