If you mean, embed glade in python: glade creates a specification that is a text file in XML format. You can embed that in a python program as a raw string and feed it to gtkbuilder. If you mean, embed Python in glade: a python program is a text file that you could embed in glade anywhere a text string is needed.