Comment on Pecan a lean Python web frameworkComments−nubela12yWhat's wrong with Flask, or the better question is. What does Pecan do better than Flask?−rch12yIt looks like they might claim: "object-dispatch style routing"Maybe I'm missing something, but I don't see a substantial improvement over Flask's (or even Werkzeug's) approach.−dkuntz212yIt also looks like it generates a lot of boilerplate stuff for you.I personally prefer Flask's simplicity of "do as you will" over "here's an entire project for you" that lots of frameworks use.
Comments
What's wrong with Flask, or the better question is. What does Pecan do better than Flask?
It looks like they might claim: "object-dispatch style routing"
Maybe I'm missing something, but I don't see a substantial improvement over Flask's (or even Werkzeug's) approach.
It also looks like it generates a lot of boilerplate stuff for you.
I personally prefer Flask's simplicity of "do as you will" over "here's an entire project for you" that lots of frameworks use.