Popular recipes by Simon Forman http://code.activestate.com/recipes/users/2702520/2013-04-02T01:19:28-07:00ActiveState Code RecipesThe Iota language in Python (Python)
2013-04-02T01:19:28-07:00Simon Formanhttp://code.activestate.com/recipes/users/2702520/http://code.activestate.com/recipes/578505-the-iota-language-in-python/
<p style="color: grey">
Python
recipe 578505
by <a href="/recipes/users/2702520/">Simon Forman</a>
.
</p>
<p>Forgive me if you've heard this one before. </p>
Call a Callback when a Tkinter.Text is Modified (Python)
2005-12-15T23:00:43-08:00Simon Formanhttp://code.activestate.com/recipes/users/2702520/http://code.activestate.com/recipes/464635-call-a-callback-when-a-tkintertext-is-modified/
<p style="color: grey">
Python
recipe 464635
by <a href="/recipes/users/2702520/">Simon Forman</a>
(<a href="/recipes/tags/ui/">ui</a>).
Revision 2.
</p>
<p>A Tkinter.Text can notice when its contents are changed. This recipe shows how to make use of the virtual event this generates to call your own callback.</p>