Need a compelling argument to use Django instead of Rails

Bruno Desthuilliers onurb at xiludom.gro
Wed Jul 26 04:31:24 EDT 2006


Joe Knapka wrote:
(snip)
> Classes are effectively open in Python, too, at least
> where methods are concerned, since one can do
> klass.__dict__["myMethod"]=myMethod.

actually, klass.myMethod = myMethod is enough...


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list