|
|
|
|
|
by mattwritescode
3953 days ago
|
|
Flask or Django would be good options. Django is very modular so you can pull out or change the bits you do not like (templating you can use jinja, orm you can exchange for sqlalchmey). Flask, you build what you want (enough said). |
|
Flask is an awesome option, I'm building things with it for some years now.