本文介绍了Zope 3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我一直在使用PHP开发一段时间,需要查看 应用程序框架以加快我的开发速度。在我介绍Python之前,我正在调查 Horde和CakePHP。我开始学习 python并且在几个小时内*我已经写了我的第一个小程序 我仍然使用它! 我喜欢Python!然后我被怪异的事故介绍给Zope。虽然Zope看起来像是我的困境的答案,但我仍然无法得到我的头。 缠绕它。是因为我不太了解Python吗?或者是 它只是难以学习? 我想开始我的下一个网络项目(人口统计数据库) $ b $关于Zope 3的非洲科学家信息。有人能指出我在 正确方向吗?我应该从哪里开始? I have been developing in PHP for some time now and needed to look intoapplication frameworks to speed up my development. I was looking intoHorde and CakePHP before I was introduced to Python. I started learingpython and within a few *hours* I already wrote my first small programand I still use it! I love Python! Then I was introduced to Zope by freak accident. WhileZope looked like the answer to my dillemma, I still can''t get my headwrapped around it. Is it because I don''t know Python well enough? Or isit just that difficult to learn? I would like to start my next web project (a database of demographicinfo on scientists in Africa) on Zope 3. Could anybody point me in theright direction? Where should I start? 推荐答案 Zope本身就是一个世界 - 当然不是最简单的工具来获得学习(也不是最pythonic)。您可能需要考虑其他选项 ,如Django,Pylon或Turbogears。 我的2美分。 - bruno desthuilliers python -c" print''@''。join([''。''。join([w [:: - 1] for w in p.split(''。'')]) p in''o **** @ xiludom.gro''。split(''''')])" Zope is a world in itself - and is certainly not the simplest tool tolearn (nor the most pythonic). You may want to consider other optionslike Django, Pylon or Turbogears. My 2 cents.--bruno desthuillierspython -c "print ''@''.join([''.''.join([w[::-1] for w in p.split(''.'')]) forp in ''o****@xiludom.gro''.split(''@'')])" Z3目前还没有很好地关注 "中产阶级"开发商。它更像是一种工业强度类型的物品,但最近有很多关于如何建造桥梁的重要思想,这样每个人都可以在不满的情况下受益 - 时间Zope大师。 为此,我写了一个小快速入门指南,可能有助于 OP: http://www.benjiyork.com/quick_start - Benji York It''s true that Z3 is not currently focused very well on the"middle-class" developer. It''s more of an industrial-strength kind ofthing, but considerable thought has been given lately on how to buildbridges so everyone can benefit without being full-time Zope masters. Toward that end, I wrote a little quick start guide that might help theOP: http://www.benjiyork.com/quick_start--Benji York 看完教程后(这只是一个Zope产品,你可以从主页上添加) ZMI(Zope管理界面),在Zope的书上看到了 ( http://www.zope.org/Documentation/Bo...6Edition/view) 。不要担心这本书的版本(2.6)。。这是他们的最新消息(我认为他们正在为z3开发一款新产品)。你可以跳过关于 DTML的内容,但要把它们放在手边。 您还应该看一下Zope用户列表: http://mail.zope.org/mailman/listinfo/zope 希望这一切都有帮助。 - Steve Juranich 图森,亚利桑那州 美国 After you look through the tutorial (which is simply a Zope product you canadd from the main page of the ZMI (Zope Management Interface), have a peekat the Zope book(http://www.zope.org/Documentation/Bo...6Edition/view). Don''tworry about the version (2.6) of the book. It''s the latest they have (Ithink they''re working on a new one for z3). You can skip the bits aboutDTML, but keep them handy. You should also take a look at the Zope user list: http://mail.zope.org/mailman/listinfo/zope Hope this all helps.--Steve JuranichTucson, AZUSA 这篇关于Zope 3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-28 22:31