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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The only web-programming using python tutorial I have found.

9 点作者 pshirishreddy超过 14 年前

5 条评论

Luyt超过 14 年前
Or have a look at <a href="http://www.cherrypy.org/wiki/CherryPyTutorial" rel="nofollow">http://www.cherrypy.org/wiki/CherryPyTutorial</a><p><i>CherryPy is a pythonic, object-oriented HTTP framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.<p>CherryPy does its best to stay out of the way between the programmer and the problem. CherryPy applications are usually very simple. It works out of the box; default behavior is sensible enough to allow use without extensive setup or customization. The embedded web server allows one to deploy web applications anywhere Python is installed. In short, CherryPy is as pythonic as it gets.<p>...</i>
frankwiles超过 14 年前
Yeah you REALLY didn't look very hard then.
评论 #2046193 未加载
macco超过 14 年前
Tutorial with web2py <a href="http://www.web2py.com/book/default/chapter/03" rel="nofollow">http://www.web2py.com/book/default/chapter/03</a>
wccrawford超过 14 年前
"python web tutorial" or "python cgi" comes back with a lot of them.
评论 #2045661 未加载
raz0r超过 14 年前
<a href="http://pythonpaste.org/webob/do-it-yourself.html" rel="nofollow">http://pythonpaste.org/webob/do-it-yourself.html</a><p><i>Sometimes Python is accused of having too many web frameworks. And it’s true, there are a lot. That said, I think writing a framework is a useful exercise. It doesn’t let you skip over too much without understanding it. It removes the magic. So even if you go on to use another existing framework (which I’d probably advise you do), you’ll be able to understand it better if you’ve written something like it on your own.<p>This tutorial shows you how to create a web framework of your own, using WSGI and WebOb. No other libraries will be used.</i>