Re: Howto on callbacks, queues and good design patterns

2007-12-29 Thread Lorenzo Mainardi
Nel mezzo del cammin di nostra vita, mi ritrovai con Michael Bernhard Arp Sørensen che diceva: > Hi there. > > As a newbie, I need to learn about callbacks and queues(syntax and > examples) working together. > > At work we talk a lot about design patterns. Does any of you know a good > site ab

Re: Howto on callbacks, queues and good design patterns

2007-12-29 Thread Martin v. Löwis
> I started using python at work in the summer 2007. I think I know the > stuff, but I need to expand my understanding of the more complex > programming techniques. There are various materials on Python and design patterns; just google. I particularly recommend the talk by Alex Martelli. He gave t

Howto on callbacks, queues and good design patterns

2007-12-29 Thread Michael Bernhard Arp Sørensen
Hi there. As a newbie, I need to learn about callbacks and queues(syntax and examples) working together. At work we talk a lot about design patterns. Does any of you know a good site about that or any good books from Amazon? I started using python at work in the summer 2007. I think I know t