Python论坛  - 讨论区

标题:[python-chinese] 询问:谈谈对megaframework的理解

2005年09月21日 星期三 16:25

xlp223 myhat123 at gmail.com
Wed Sep 21 16:25:11 HKT 2005

看到一个对python新的一个框架turbogears的说法:http://dirtsimple.org/2005/09/whats-megaframework.html
不知道如何来理解这个词mega?
-- 
我的blog:http://xlp223.yculblog.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月21日 星期三 16:37

limodou limodou at gmail.com
Wed Sep 21 16:37:00 HKT 2005

在 05-9-21,xlp223<myhat123 at gmail.com> 写道:
> 看到一个对python新的一个框架turbogears的说法:http://dirtsimple.org/2005/09/whats-megaframework.html
> 不知道如何来理解这个词mega?

我的理解就是合集的意思。

-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月21日 星期三 16:55

xlp223 myhat123 at gmail.com
Wed Sep 21 16:55:19 HKT 2005

合集,这样理解词义可以。不过这种合集,是指它包含的各组件。现在的问题是各组件的版本更新不是turbogears自己来控制的。一旦出现不兼容的情况,turbogears应该如何来控制?应该说turbogears自己的控制力相对弱化了。对自身的发展不好。

在 05-9-21,limodou<limodou at gmail.com> 写道:
> 在 05-9-21,xlp223<myhat123 at gmail.com> 写道:
> > 看到一个对python新的一个框架turbogears的说法:http://dirtsimple.org/2005/09/whats-megaframework.html
> > 不知道如何来理解这个词mega?
> 
> 我的理解就是合集的意思。
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
我的blog:http://xlp223.yculblog.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月21日 星期三 18:46

limodou limodou at gmail.com
Wed Sep 21 18:46:09 HKT 2005

在 05-9-21,xlp223<myhat123 at gmail.com> 写道:
> 合集,这样理解词义可以。不过这种合集,是指它包含的各组件。现在的问题是各组件的版本更新不是turbogears自己来控制的。一旦出现不兼容的情况,turbogears应该如何来控制?应该说turbogears自己的控制力相对弱化了。对自身的发展不好。
> 

这的确是一个问题。作者要非常关注其它项目的发展。而且由于项目是独立的,有没有可能超出控制呢?这个东西比较复杂。

-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月21日 星期三 20:02

xlp223 myhat123 at gmail.com
Wed Sep 21 20:02:42 HKT 2005

我现在能理解为什么在http://dirtsimple.org/2005/09/whats-megaframework.html上,作者马上会把setuptools和easyinstall搬出来说了一通,它应该和ruby中的rubygems一样,会集中其他各组件的各种版本在一个中心存储点上,这样turbogears就可以马上解决对各组件的版本的依赖性。

在 05-9-21,limodou<limodou at gmail.com> 写道:
> 在 05-9-21,xlp223<myhat123 at gmail.com> 写道:
> > 合集,这样理解词义可以。不过这种合集,是指它包含的各组件。现在的问题是各组件的版本更新不是turbogears自己来控制的。一旦出现不兼容的情况,turbogears应该如何来控制?应该说turbogears自己的控制力相对弱化了。对自身的发展不好。
> >
>
> 这的确是一个问题。作者要非常关注其它项目的发展。而且由于项目是独立的,有没有可能超出控制呢?这个东西比较复杂。
>
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
>
>


--
我的blog:http://xlp223.yculblog.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月21日 星期三 20:06

limodou limodou at gmail.com
Wed Sep 21 20:06:57 HKT 2005

在 05-9-21,xlp223<myhat123 at gmail.com> 写道:
> 我现在能理解为什么在http://dirtsimple.org/2005/09/whats-megaframework.html上,作者马上会把setuptools和easyinstall搬出来说了一通,它应该和ruby中的rubygems一样,会集中其他各组件的各种版本在一个中心存储点上,这样turbogears就可以马上解决对各组件的版本的依赖性。
>
> 在 05-9-21,limodou<limodou at gmail.com> 写道:
> > 在 05-9-21,xlp223<myhat123 at gmail.com> 写道:
> > > 合集,这样理解词义可以。不过这种合集,是指它包含的各组件。现在的问题是各组件的版本更新不是turbogears自己来控制的。一旦出现不兼容的情况,turbogears应该如何来控制?应该说turbogears自己的控制力相对弱化了。对自身的发展不好。
> > >
> >
> > 这的确是一个问题。作者要非常关注其它项目的发展。而且由于项目是独立的,有没有可能超出控制呢?这个东西比较复杂。
> >

解决版本的依赖还算简单,关键是如何保证功能上不冲突,独立发展的模块要融合在一起会有这样的风险。

--
I like python!
My Donews Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月22日 星期四 16:53

JackPhil allisfree at gmail.com
Thu Sep 22 16:53:53 HKT 2005

看了20分钟演示,还不错,应该是集合的意思吧

P.S.那个编辑器(textmate)真不错啊,可惜我没有Apple
-- 
我且不取你解经论
我亦不取你国王大臣
我亦不取你辩似悬河
我亦不取你聪明智慧
──唯要你真正见解!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月22日 星期四 17:05

limodou limodou at gmail.com
Thu Sep 22 17:05:08 HKT 2005

2005/9/22, JackPhil <allisfree at gmail.com>:
> 看了20分钟演示,还不错,应该是集合的意思吧
>
> P.S.那个编辑器(textmate)真不错啊,可惜我没有Apple

有没有其它平台的版本呢?


--
I like python!
My Donews Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月23日 星期五 09:59

goopler alang.yl at gmail.com
Fri Sep 23 09:59:10 HKT 2005

 > P.S.那个编辑器(textmate)真不错啊,可惜我没有Apple
>
> 有没有其它平台的版本呢?
>
 TextMate没有其它平台的版本。为什么win下面就没有这么小巧、贴心的东西呢?都是些笨重的IDE。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050923/bb399f1e/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月23日 星期五 10:04

limodou limodou at gmail.com
Fri Sep 23 10:04:42 HKT 2005

>  TextMate没有其它平台的版本。为什么win下面就没有这么小巧、贴心的东西呢?都是些笨重的IDE。

感觉现在软件发展的趋势就是大而全。

--
I like python!
My Donews Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月23日 星期五 14:14

goopler alang.yl at gmail.com
Fri Sep 23 14:14:32 HKT 2005

我觉得NewEditor应该朝TextMate的方面学习。简单实用,小巧方便,生产力一样的很高。
 能够代码高亮,能代码折叠,能够管理工程,我觉得就够了。
 那个Ruby on Rails的演示,看起好像也是TextMate。不过也可能是BBEdit。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050923/d2139b99/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月23日 星期五 14:15

goopler alang.yl at gmail.com
Fri Sep 23 14:15:18 HKT 2005

忘记了,应该还有自动完成功能。特别是html代码中的tag。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050923/f419c747/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年09月23日 星期五 14:19

limodou limodou at gmail.com
Fri Sep 23 14:19:38 HKT 2005

在 05-9-23,goopler<alang.yl at gmail.com> 写道:
> 忘记了,应该还有自动完成功能。特别是html代码中的tag。

text-mate的确有许多东西是可以学的。已经有的功能就是代码高亮,折叠。

对于工程需要重写。需要增加自动补全功能。对于文件种类的支持有待增加。

我现在还在想会不会使用pyqt重写NewEdit呢?也许等到pyqt4出来吧。不知道会不会有那个兴致了。呵呵。

--
I like python!
My Donews Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号