Skip to content

Comment on Pecan a lean Python web framework

Comments

What use is a web framework that "includes no out of the box support for things like sessions or databases?"

Flask doesn't include an ORM either, and it's very popular. For example.

this is where "light-weight" comes in. you could do something like use werkzeug's secure cookies and sqlalchemy for sessions and databases respectively.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.