Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2209786
  • 博文数量: 1058
  • 博客积分: 10018
  • 博客等级: 上将
  • 技术积分: 12641
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-23 19:24
文章分类

全部博文(1058)

文章存档

2010年(108)

2009年(736)

2008年(214)

我的朋友

分类: Python/Ruby

2008-06-19 22:55:57

Python是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定.
这种语言具有非常简捷而清晰的语法特点,适合完成各种高层任务,几乎可以在所有的操作系统中运行.目前,基于这种语言的相关技术正在飞速的发展,用户数量急剧扩大,相关的资源非常多.

下载:

Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed.

This is an ongoing project; the cleanup isn't expected to be complete until 2008. In particular there are plans to reorganize the standard library namespace.

The release plan is to have a series of alpha releases in 2007, beta releases in 2008, and a final release in September 2008. The alpha releases are primarily aimed at developers who want a sneak peek at the new langauge, especially those folks who plan to port their code to Python 3000. The hope is that by the time of the final release, many 3rd party packages will already be available in a 3.0-compatible form.

  • Read more in PEP 3000
  • Report bugs to the
  • To help out, sign up for
  • Conversion tool for Python 2.x code:

Here is .

This is an alpha release; we currently support these formats:

MD5 checksums and sizes of the released files:

b67ed7239f3bdd6bc7d1e73a8c7985b2  11211732  Python-3.0b1.tgz
db2e89c5c18600072906906b2eb236d8   9508149  Python-3.0b1.tar.bz2
c996a91bb1677af1770914cd0699018d  12599296  python-3.0a5.amd64.msi
4a3bd62bde0d29862b2eef86b9c11c10  12488192  python-3.0a5.msi

阅读(759) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~