Comment on Ask HN: Best Python web frameworkparentComments−wilsaj14yWhat's the opposite problem?−zengyro14y'suffers' probably isn't the right word.Flask is designed under the assumption that you will most likely use third party frameworks for stuff like database abstraction and input validation.It's kinda neat in that regard, and if you prefer to work that way then more power to you.But I believe Web2py gets the balance between 'batteries included' and 'find your own damn batteries' right.
Comments
What's the opposite problem?
'suffers' probably isn't the right word.
Flask is designed under the assumption that you will most likely use third party frameworks for stuff like database abstraction and input validation.
It's kinda neat in that regard, and if you prefer to work that way then more power to you.
But I believe Web2py gets the balance between 'batteries included' and 'find your own damn batteries' right.