Re: using generators for event handling in python.
From: Robin Bryce (robin_at_wiretooth.com)
Date: 09/03/04
- Next message: Nicolas Fleury: "Re: Check existence of members/methods"
- Previous message: Nicolas Fleury: "Check existence of members/methods"
- Maybe in reply to: Robin Bryce: "using generators for event handling in python."
- Next in thread: Alex Martelli: "Re: using generators for event handling in python."
- Reply: Alex Martelli: "Re: using generators for event handling in python."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: python-list@python.org Date: Fri, 03 Sep 2004 00:46:17 +0100
Thanks, I don't have a compact version. I could remove the fork feature
but I think this is pretty crucial. And I could strip the comments out.
I definitely need to rethink the examples. I don't think any of that
really helps express the essence though. Let me see what I can do to
boil out the bloat.
I've updated the link in the original post to point at a page that
tracks the changes.
Thankyou very much for responding !
Robin Bryce
On Thu, 2004-09-02 at 22:26, Raymond Hettinger wrote:
> > I've been looking at generators from the context of event oriented web
> > application development. I was thinking of submitting a version of
> > http://www.wiretooth.com/eventhub_recipe.html as a recipe for the python
> > cookbook.
>
> It's somewhat long for a recipe. Do you have more compact code that conveys the
> essense of your approach?
>
>
> Raymond Hettinger
>
- Next message: Nicolas Fleury: "Re: Check existence of members/methods"
- Previous message: Nicolas Fleury: "Check existence of members/methods"
- Maybe in reply to: Robin Bryce: "using generators for event handling in python."
- Next in thread: Alex Martelli: "Re: using generators for event handling in python."
- Reply: Alex Martelli: "Re: using generators for event handling in python."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|