Popular recipes tagged "binding_widgets"http://code.activestate.com/recipes/tags/binding_widgets/popular/2009-07-22T15:25:39-07:00ActiveState Code RecipesMultiplication Table (Python)
2009-07-22T15:25:39-07:00joedaviscpahttp://code.activestate.com/recipes/users/4170361/http://code.activestate.com/recipes/576851-multiplication-table/
<p style="color: grey">
Python
recipe 576851
by <a href="/recipes/users/4170361/">joedaviscpa</a>
(<a href="/recipes/tags/binding_widgets/">binding_widgets</a>, <a href="/recipes/tags/event_handler_arguments/">event_handler_arguments</a>, <a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/tkinter/">tkinter</a>).
Revision 4.
</p>
<p>This is a GUI multiplication table. The labels and buttons are created in loops, yet each button has an associated value. </p>