Python 3000 进度报告也可以从 guido 的中文 blog 看到:http://blog.csdn.net/gvanrossum/archive/2007/06/20/1658829.aspx
- 03:27
- 浏览 (293)
- 评论 (0)
- 分类: python3000
Python 3000 Status Update (Long!) by Guido van Rossum """SummaryHere's a long-awaited update on where the Python 3000 project stands. We're looking at a modest two months of schedule slip, and many exciting new features. I'll be presenting this in person several times over the next two months."""
- 08:41
- 浏览 (287)
- 评论 (0)
- 分类: python3000
"""
要编写复杂软件又不至于一败涂地的唯一方法就是用定义清晰的接口把若干简单模块组合起来。
"""
抽象的说,其实接口、契约、协议、界面等等概念说的差不多都是一个意思。
作为如此流行的被大规模使用的语言,python 一直没有这么个东西的标准实现,实在是一种遗憾,当然第三方的实现 zope.interface 其实早就在 zope 和 twisted 中大量应用了。
python 3000 中正在讨论的:
pep 3119 Introducing Abstract Base Classes;
pep 3124 Ov ...
- 14:35
- 浏览 (933)
- 评论 (1)
- 分类: python3000
- 发布在 Python 圈子
- 浏览: 37310 次
- 性别:


- 详细资料
搜索本博客
最近加入圈子
最新评论
-
metaclass in python (par ...
应该有django的Model
-- by 差沙 -
老子毕业了
哈哈,恭喜
-- by beyking -
新的 pep !
晕死,这种符号能打出来吗?
-- by towjzhou -
SQLAlchemy Examples
好,需要这样的例子。自己用只能是从文档中获取一些,高级的用法,需要花时间看源码, ...
-- by xlp223 -
强大的 sqlalchemy
sql是个基础,脱离它去谈orm,有如纸上谈兵。
-- by xlp223






评论排行榜