Python论坛  - 讨论区

标题:[python-chinese] python会引入Ruby的某些特性么

2006年03月26日 星期日 10:16

Peng Xiaoyu peng.xiaoyu at gmail.com
Sun Mar 26 10:16:08 HKT 2006

比如block,closure,类的access control类似于private/public/protected的关键字

我刚学Python,正在Ruby和Python之间抉择:)

暂时倾向于Python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060326/d7457f43/attachment.html

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

2006年03月26日 星期日 10:31

limodou limodou at gmail.com
Sun Mar 26 10:31:55 HKT 2006

On 3/26/06, Peng Xiaoyu <peng.xiaoyu at gmail.com> wrote:
> 比如block,closure,类的access
> control类似于private/public/protected的关键字
>
> 我刚学Python,正在Ruby和Python之间抉择:)
>
> 暂时倾向于Python
>

暂时没看到有这样的计划。就是2.5版也不会有。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2006年03月26日 星期日 10:42

xxmplus xxmplus at gmail.com
Sun Mar 26 10:42:42 HKT 2006

最好不要大量引入新特性,徒然增加学习难度而已,应该象cpp一样尽量用库来扩展

在 06-3-26,limodou<limodou at gmail.com> 写道:
> On 3/26/06, Peng Xiaoyu <peng.xiaoyu at gmail.com> wrote:
> > 比如block,closure,类的access
> > control类似于private/public/protected的关键字
> >
> > 我刚学Python,正在Ruby和Python之间抉择:)
> >
> > 暂时倾向于Python
> >
>
> 暂时没看到有这样的计划。就是2.5版也不会有。
>
> --
> I like python!
> My Blog: http://www.donews.net/limodou
> NewEdit Maillist: http://groups.google.com/group/NewEdit
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

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

2006年03月26日 星期日 11:04

shhgs shhgs.efhilt at gmail.com
Sun Mar 26 11:04:08 HKT 2006

看看Python 3000的文档,好像会引进block,但是不会有private,public之类的

Python和ruby都是很好的语言,选哪个都行。如果是初学编程,我建议你学Py,有其他语言的经验的可以用ruby。当然技多不压身,再说两个都不算难,两个都学也无所谓。

此外,Python的类库比Ruby的强,特别battery charged的模式适合新手。

On 3/25/06, xxmplus <xxmplus at gmail.com> wrote:
> 最好不要大量引入新特性,徒然增加学习难度而已,应该象cpp一样尽量用库来扩展
>
> 在 06-3-26,limodou<limodou at gmail.com> 写道:
> > On 3/26/06, Peng Xiaoyu <peng.xiaoyu at gmail.com> wrote:
> > > 比如block,closure,类的access
> > > control类似于private/public/protected的关键字
> > >
> > > 我刚学Python,正在Ruby和Python之间抉择:)
> > >
> > > 暂时倾向于Python
> > >
> >
> > 暂时没看到有这样的计划。就是2.5版也不会有。
> >
> > --
> > I like python!
> > My Blog: http://www.donews.net/limodou
> > NewEdit Maillist: http://groups.google.com/group/NewEdit
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

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

2006年03月26日 星期日 11:26

Peng Xiaoyu peng.xiaoyu at gmail.com
Sun Mar 26 11:26:45 HKT 2006

我了解,谢谢

不过弄清楚Python的语法和基本的库之后,感觉进展就不明显了。难道写大量的程序练手?还在读书没什么实际的项目做,人又懒。

在06-3-26,shhgs <shhgs.efhilt at gmail.com> 写道:
>
> 看看Python 3000的文档,好像会引进block,但是不会有private,public之类的
>
>
> Python和ruby都是很好的语言,选哪个都行。如果是初学编程,我建议你学Py,有其他语言的经验的可以用ruby。当然技多不压身,再说两个都不算难,两个都学也无所谓。
>
> 此外,Python的类库比Ruby的强,特别battery charged的模式适合新手。
>
> On 3/25/06, xxmplus <xxmplus at gmail.com> wrote:
> > 最好不要大量引入新特性,徒然增加学习难度而已,应该象cpp一样尽量用库来扩展
> >
> > 在 06-3-26,limodou<limodou at gmail.com> 写道:
> > > On 3/26/06, Peng Xiaoyu <peng.xiaoyu at gmail.com> wrote:
> > > > 比如block,closure,类的access
> > > > control类似于private/public/protected的关键字
> > > >
> > > > 我刚学Python,正在Ruby和Python之间抉择:)
> > > >
> > > > 暂时倾向于Python
> > > >
> > >
> > > 暂时没看到有这样的计划。就是2.5版也不会有。
> > >
> > > --
> > > I like python!
> > > My Blog: http://www.donews.net/limodou
> > > NewEdit Maillist: http://groups.google.com/group/NewEdit
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060326/1774c1bb/attachment.html

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

2006年03月26日 星期日 12:06

Bruce Wang number5 at gmail.com
Sun Mar 26 12:06:55 HKT 2006

On 3/26/06, Peng Xiaoyu <peng.xiaoyu at gmail.com> wrote:
>
> 我了解,谢谢
>
> 不过弄清楚Python的语法和基本的库之后,感觉进展就不明显了。难道写大量的程序练手?还在读书没什么实际的项目做,人又懒。
>
加入啄木鸟的任何一个Python计划, 或者在Sourceforge上找一个自己感兴趣的, 帮人找找bug什么的
什么都不做... 要有进展很难的.. 呵呵

--
simple is good
http://brucewang.net

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号