Re: A good decorator library

2010-10-24 Thread Felipe Bastos Nunes
gt;Hi! I was looking for a good decorator library to study and make my >>own decorators. I've read the Bruce Eckel's blog at artima dot com. >>But I need some more examples. I'm building a WSN simulator like SHOX >>is in java, but programming it in python. I&#x

Re: A good decorator library

2010-10-23 Thread Tim Roberts
Felipe Bastos Nunes wrote: > >Hi! I was looking for a good decorator library to study and make my >own decorators. I've read the Bruce Eckel's blog at artima dot com. >But I need some more examples. I'm building a WSN simulator like SHOX >is in java, but programming

Re: A good decorator library

2010-10-23 Thread Michele Simionato
On Oct 22, 10:42 pm, Felipe Bastos Nunes wrote: > Hi! I was looking for a good decorator library to study and make my > own decorators. I've read the Bruce Eckel's blog at artima dot com. > But I need some more examples. I'm building a WSN simulator like SHOX > is in

A good decorator library

2010-10-22 Thread Felipe Bastos Nunes
Hi! I was looking for a good decorator library to study and make my own decorators. I've read the Bruce Eckel's blog at artima dot com. But I need some more examples. I'm building a WSN simulator like SHOX is in java, but programming it in python. I'd like to use decorators