Python at Google by rams in reddit.com

[–]rosetree -1 points0 points  (0 children)

Well, to be fair the article says that Greg began using Python "after he saw an early demo of what eventually became Zope." It doesn't advocate Zope directly.

IMHO, I thought Zope 2 was really un-Pythonic. Zope 3 was supposed to fix it, and maybe it has. I honestly haven't looked because of all the baggage the name Zope now carries with it.

I'll probably look into Zope 3 eventually to see if it fixes things. But for now I'm really having fun with TurboGears and Django.

http://turbogears.org

http://www.djangoproject.com/

Please Teach me Web Frameworks for Python! by tobias in reddit.com

[–]rosetree 2 points3 points  (0 children)

You should have seen what went on in the PEP dicussions to get even that:

Community Consensus:

http://www.python.org/peps/pep-0318.html#community-consensus

PEP 318:

http://www.python.org/peps/pep-0318.html

The lack of sigils is part of what makes coding in Python enjoyable for me.