Python论坛  - 讨论区

标题:[python-chinese] python 的新版本计划加入类型声明,python的优势会不会减弱?

2005年09月07日 星期三 09:30

jzx++ jzx19770812 at yahoo.com.cn
Wed Sep 7 09:30:57 HKT 2005

Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性
原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182

虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣?
-- 
jzx <jzx19770812 at yahoo.com.cn>

__________________________________________________
Do You Yahoo!?
雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
http://cn.mail.yahoo.com/?id=77071

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

2005年09月07日 星期三 10:06

Bazaari guangxing at ict.ac.cn
Wed Sep 7 10:06:41 HKT 2005

Hi,List
一个很久的疑惑想请教大家。

*******************************************问题状况***************************************
在主界面上点击一个“按钮”后,开始进行网络通信(收取邮箱中邮件),
通信过程大约3分钟,每收一封邮件就刷新一下界面中的列表显示。
在通信过程中想可以进行别的操作,认为需要多线程的支持。
*******************************************问题*******************************************
如何把通信过程和刷新界面上的列表显示的动作放到多线程里头来进行呢?
同时在“按钮”按下后,按钮变为灰色(非使能),待通信过程结束,按钮可以使能。
	

        致
礼!
 				

        Bazaari
        guangxing at ict.ac.cn
          2005-09-07

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

2005年09月07日 星期三 10:11

wafd Alex liuguodong at gmail.com
Wed Sep 7 10:11:17 HKT 2005

可能这样有助于性能的提升。

在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性
> 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182
> 
> 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣?
> --
> jzx <jzx19770812 at yahoo.com.cn>
> 
> __________________________________________________
> Do You Yahoo!?
> 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> http://cn.mail.yahoo.com/?id=77071
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

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

2005年09月07日 星期三 10:40

shhgs shhgs.efhilt at gmail.com
Wed Sep 7 10:40:16 HKT 2005

很难说到底好不好。一动不如一静,这种地方还是不动比较稳当。万一失败代价太大了。

On 9/6/05, wafd Alex <liuguodong at gmail.com> wrote:
> 可能这样有助于性能的提升。
> 
> 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性
> > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182
> >
> > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣?
> > --
> > jzx <jzx19770812 at yahoo.com.cn>
> >
> > __________________________________________________
> > Do You Yahoo!?
> > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> > http://cn.mail.yahoo.com/?id=77071
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年09月07日 星期三 11:10

wafd Alex liuguodong at gmail.com
Wed Sep 7 11:10:14 HKT 2005

我觉得现在的语言发展应该是保持简单和快速

在 05-9-7,shhgs<shhgs.efhilt at gmail.com> 写道:
> 很难说到底好不好。一动不如一静,这种地方还是不动比较稳当。万一失败代价太大了。
> 
> On 9/6/05, wafd Alex <liuguodong at gmail.com> wrote:
> > 可能这样有助于性能的提升。
> >
> > 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> > > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性
> > > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182
> > >
> > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣?
> > > --
> > > jzx <jzx19770812 at yahoo.com.cn>
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> > > http://cn.mail.yahoo.com/?id=77071
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年09月07日 星期三 12:15

Fluke fluke.l at gmail.com
Wed Sep 7 12:15:58 HKT 2005

我认为这个特色不要改为好

On 9/7/05, wafd Alex <liuguodong at gmail.com> wrote: 
> 
> 我觉得现在的语言发展应该是保持简单和快速
> 
> 在 05-9-7,shhgs<shhgs.efhilt at gmail.com> 写道:
> > 很难说到底好不好。一动不如一静,这种地方还是不动比较稳当。万一失败代价太大了。
> >
> > On 9/6/05, wafd Alex <liuguodong at gmail.com> wrote:
> > > 可能这样有助于性能的提升。
> > >
> > > 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> > > > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性
> > > > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182
> > > >
> > > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣?
> > > > --
> > > > jzx <jzx19770812 at yahoo.com.cn>
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> > > > http://cn.mail.yahoo.com/?id=77071
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Yours,
fluke
fluke at sfcube.net
http://sfcube.net/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050907/96d7ef46/attachment.html

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

2005年09月07日 星期三 15:33

limodou limodou at gmail.com
Wed Sep 7 15:33:04 HKT 2005

在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性
> 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182
> 
> 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣?

这个特性是一个可选项。可用可不用。

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

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号