Max says…

Avatar

thoughts of a web developer

Python Lambda Expressions

I’ve been writing a small Python/Tk application and until recently was having trouble with menu item callback functions.  I have a series of menu items, all of which do much the same thing, but within the context of an item-specific ID.  Therefore it would make sense to have a generic function that takes some parameter to determine what to do. [Read more]

,