![]() |
(on Wikipedia)
https://web.archive.org/*/pygtk.org
A GUI toolkit for Python.
I really noticed this after working with the Deluge BitTorrent client.
Hello world ∞
w=Window() b=Button('Hello') w.add(b) def hello(b): print "Hello, World!" b.connect('clicked', hello) w.show_all() b.set_label("Hi There")

