Hacker News new | ask | show | jobs
by zeemonkee 5771 days ago
It's also becoming an issue in the Python world, in job descriptions and among newbies, that Django == Python, as in questions like "how do I implement a sort in Django ?". Not helped by the fanbois who answer "just use Django" without qualification whenever somebody asks which web framework to use with Python.

While I'm happy that Django has helped promote Python, any monoculture is not only bad, but boring.

1 comments

I really like web.py. It's small, lightweight, does exactly what you need it to do and then gets out of the way.