back

by rcarmo·11y ago·view on hn ↗
Hmmm. I get nice templating and very straightforward routing with Bottle. Why shouldn't I use that, especially since I can review the whole codebase in half an hour?
1 comments
Do you not get that with Flask?
Flask has always struck me as requiring too many plugins. With bottle, I just drop one file into my work dir and I'm off. Toss in Peewee as well (another single file) and I get a decent ORM.

That combination is more flexible and productive for me than Flask.

(also, I already have a nice template for bigger projects: https://github.com/rcarmo/ink-bottle)