相当于 Sinatra 的 Python
我知道很多人在用 Ruby 编写 Web 应用程序时使用 Sinatra,因为他们不希望自己的框架强迫他们使用 MVC。
Python中有类似的东西吗?我正在寻找一个能够在 Python 和 Web 之间提供粘合剂的框架,仅此而已。我看过 Web.py,但它似乎不是我要找的。
编辑:不要只是链接到随机框架,还请说明它们与其他框架的比较如何,以及它们有什么特殊功能。
I know that many people use Sinatra when programming webapps in Ruby because they don't want their framework to get in the way by forcing them to use MVC.
Is there something similar in Python? I'm looking for a framework which provides the glue between Python and the web, and not much more. I've looked at Web.py, but it doesn't seem to be quite what I'm looking for.
EDIT: Instead of just linking to random frameworks, please also say how they compare to the others, and what special features they have.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 Flask 微框架
Take a look at the Flask microframework
有几个微型网络框架。我个人喜欢 Bottle
一个好的此处存在选项概述列表。
There are several micro web frameworks. I personally like Bottle
A good overview list of options exist here.