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 […]
评论
?
参与讨论