2 Respostas
+ 2
There's a bunch of frameworks...
Tiny as Flask, I would advice Bottle.
However, if you want to implement user login, you could jump to Django wich have it builtin, as Flask or Bottle will let you "manually" do it ;)
+ 1
I used flask as well it was fine.
There is Django and Web2Py you might wanna check them as well