do design patterns still apply with Python?

Paul Rubin http
Sat Mar 4 03:12:07 EST 2006


"Paul Boddie" <paul at boddie.org.uk> writes:
> > Sandboxed code is a real obvious one.
> 
> I don't disagree that this is true in general, but is that actually
> covered in the design patterns book [1] or in other related literature?

It's been a while since I looked at the design patterns book and I
don't know whether it discusses sandboxing.  I'd guess probably not.
As for whether any of the GoF book patterns are easy in Java but
difficult in Python, it's a good question and I don't know the answer.
Maybe the book has some patterns involving interfaces.  I'm a rather
low-tech Java user and I'm not a fan of the language, so I'm not a
good person to ask.



More information about the Python-list mailing list