更好的资源来学习构建
我试图通过 掌握更多的构建内容本教程,但与教程不同,它看起来像是演示幻灯片的剪切和粘贴。 我不太清楚构建的目的是什么,以及它如何通过 scons 和 setuptools 定位自己。您能提供有关这些问题的详细信息吗?
谢谢!
I am trying to grasp a bit more of buildout with this tutorial, but unlike a tutorial, it seems like a cut and paste of presentation slides.
I don't have a really clear idea of what the purpose of buildout is, and how it positions itself with scons and setuptools. Would you be so kind to provide details on these issues?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我非常喜欢 Plone 构建教程。
它合理地概述了它的工作原理以及扩展简单构建文件的方式。
这是Plone 构建教程的新链接。
I quite like the Plone Buildout Tutorial.
It gives a reasonable overview of how it all works and the ways in which you can extend a simple buildout file.
Here is the new link to Plone Buildout Tutorial.
到目前为止,我发现的最有用的资源是来自 pycon 2009 关于 Setuptools、Distutils 和 Buildout 的视频。
Python 中的鸡蛋和构建部署 - 第 1 部分
Python 中的鸡蛋和构建部署 - 第 2 部分
Python 中的鸡蛋和构建部署 - 第 3 部分
查看一下。
The most useful resource that I found so far are the videos from pycon 2009 on Setuptools, Distutils and Buildout.
Eggs and Buildout Deployment in Python - Part 1
Eggs and Buildout Deployment in Python - Part 2
Eggs and Buildout Deployment in Python - Part 3
Check it out.