Hacker News new | ask | show | jobs
by jessegreathouse 3751 days ago
Then there is only 1 Python framework? Dumb comment. I was talking about architectures not syntax.
2 comments

"Dumb comment" isn't the kind of language HN prefers.
>Then there is only 1 Python framework?

No, there are several. But all of them should strive to be Pythonic, including in the sense of offering "one, and preferably only one, obvious way to do something".

>Dumb comment.

Oh, the irony.

>I was talking about architectures not syntax.

And the Zen of Python is about architecture and APIs too, not just the syntax of the language. They are generic guidelines about how to write Pythonic programs.