4 ms·
I use web2py. It struggles to get the attention that Django gets, but it has a robust development community. It offers a good balance between Django (which i f
by zengyro 15y ago
I use web2py. It struggles to get the attention that Django gets, but it has a robust development community.
It offers a good balance between Django (which i find a little big and unwieldy), and Flask (which I think suffers from the opposite problem).
- wilsaj 15y agoWhat's the opposite problem?
- zengyro 15y ago'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.