====== Python GTK ====== * GTK+ 3 부터는 PyGObject 기반이고, GTK+ 2 는 [[http://www.pygtk.org/|PyGTK]] 기반이다. * [[https://developer.gnome.org/gnome-devel-demos/stable/tutorial.py.html.en|Tutorial for beginners (Python)]] * [[http://python-gtk-3-tutorial.readthedocs.org/en/latest/|Python GTK-3 Tutorial]] * [[https://wiki.gnome.org/action/show/Projects/PyGObject?action=show&redirect=PyGObject|Projects/PyGObject]] ===== 참고 ===== * [[http://www.micahcarrick.com/gtk3-python-hello-world.html|"Hello World" in Python with GTK+ 3]]