Skip Flask, even for tiny projects

Flask is a lightweight Python web application framework. It makes clever choices to be simple but powerful, such as using existing libraries like SQLAlchemy and Jinja, and keeping boilerplate down to nothing. This makes it very compelling when you want to create “just a few functions” sized applications. But I’d strongly recommend skipping Flask. If […]

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论