TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

11 New Python Web Frameworks

10 点作者 sanketsaurav超过 5 年前

1 comment

BerislavLopac超过 5 年前
I&#x27;ve shared this list here before, and I might need to update it, but here it is again, FWIW:<p><pre><code> New kids on the block: - Starlette https:&#x2F;&#x2F;www.starlette.io (function and class based routing) - Vibora https:&#x2F;&#x2F;vibora.io (function based routing, no classes) - Xweb https:&#x2F;&#x2F;github.com&#x2F;gaojiuli&#x2F;xweb (unusual routing system, should be possible to adapt to classes) - Storm https:&#x2F;&#x2F;github.com&#x2F;jiajunhuang&#x2F;storm (similar enough to Tornado, has classes, but installation is complex) - Responder http:&#x2F;&#x2F;python-responder.org (function-based, has classes only as code-grouping mechanism) - Quart https:&#x2F;&#x2F;pgjones.gitlab.io&#x2F;quart&#x2F; - Sanic https:&#x2F;&#x2F;sanic.readthedocs.io - Bocadillo https:&#x2F;&#x2F;bocadilloproject.github.io&#x2F; - Japronto https:&#x2F;&#x2F;github.com&#x2F;squeaky-pl&#x2F;japronto The old guard: - Flask http:&#x2F;&#x2F;flask.pocoo.org - Tornado http:&#x2F;&#x2F;www.tornadoweb.org - Falcon https:&#x2F;&#x2F;falconframework.org&#x2F; - Bottle https:&#x2F;&#x2F;bottlepy.org - Pyramid https:&#x2F;&#x2F;trypyramid.com&#x2F; - CherryPy https:&#x2F;&#x2F;cherrypy.org&#x2F; Less known older ones: - Wheezy Web https:&#x2F;&#x2F;pythonhosted.org&#x2F;wheezy.web&#x2F; - API Hour https:&#x2F;&#x2F;pythonhosted.org&#x2F;api_hour&#x2F; - Morepath https:&#x2F;&#x2F;morepath.readthedocs.io&#x2F;en&#x2F;latest&#x2F;toc.html [WSGI] - Klein https:&#x2F;&#x2F;github.com&#x2F;twisted&#x2F;klein - Weppy http:&#x2F;&#x2F;weppy.org&#x2F;</code></pre>