Python 3000(又称“Py3K”,发布为Python 3.0)是Python语言的一个新版本,它与2.x系列是不兼容的。语言的大部分没有改变,但是许多细节,尤其是像字典和字符串这样的内建对象的工作方式有了很大的改变,并且很多受到抨击的特性已经被去掉了。
3.0a2公布时间为美国时间:2007年12月7日 周五 上午10时30分
下载地址
http://www.python.org/download/releases/3.0/
作者的Blog 原文如下:
This is just a quick post to let everyone know that Python 3.0a2 is released as of 10:30am PST (18:30 UTC) today (Friday December 7, 2007).
I'm grateful to the many people who have contributed to this release, in particular new core developers Christian Heimes and Amaury Forgeot d'Arc.
I wish I could list the many things that are new since 3.0a1 was released on August 31, but there are already many places where you can read up on that, so I'll skip this now.
However, I do want to mention that based upon the feedback for 3.0a1, we've decided to make the 'bytes' type immutable, and create a separate mutable bytes type, 'bytearray'. These two types are mutually compatible, but in the majority of cases you'll be using bytes, not bytearray.
I should also note that we've run into an issue with the Windows installers -- see the release page above. If anyone can help this, please write to python-dev at python.org. (The script that creates the installer is in the distribution as Tools/msi/msi.py.)
And finally, a word of thanks to all the GHOP contestants who contributed documentation updates, and to Georg Brandl for collecting these and submitting them to Subversion. There are still many more tasks available!
分享到:
- 2007-12-09 12:44
- 浏览 1656
- 评论(3)
- 论坛回复 / 浏览 (3 / 2888)
- 查看更多
相关推荐
2. **读取JSON文件**:使用`json.load()`函数打开并解析JSON文件,将其内容转换为Python字典。 ```python with open('input.json', 'r') as f: data = json.load(f) ``` 3. **遍历关键点信息**:遍历字典,获取每...
AlphaPose 是一个精准的多人姿态估计系统,是首个在 COCO 数据集上可达到 70 mAP(72.3 mAP,高于 Mask-RCNN 8.2 个百分点),在 MPII 数据集上可达到 80 mAP(82.1 mAP)的开源系统。为了能将同一个人的所有姿态...
不用神经网络强化学习,只用alpha-beta剪枝和搜索实现的下象棋!我们的中国象棋使用python实现,总共2000+行代码,分为走法计算、评估函数与搜索和UI三部分,并采用历史启发算法进行优化,有着不错的效果。可以实现...
makehuman各版本 包括c和python版本 Year Release Code base 2014 1.0.2 Pure python ...2009 alpha2 C++ with linked python parts 2009 alpha1 C++ with linked python parts 2007 0.9.1 Pure C++ 2005 0.8 C
这个版本是Python的3.12.0 alpha 2版本,意味着它是一个开发中的早期版本,用于测试和反馈,而不是最终稳定版。 描述中同样提到 "python-3.12.0a2-embed-amd64.zip",进一步确认了这是针对64位Windows系统的Python ...
资源分类:Python库 所属语言:Python 资源全名:alphashape-1.2.0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
Java到Python的转换工具,如标题“java2python”所示,是编程领域中的一种实用技术,旨在帮助开发者将已有的Java代码转换为Python语言。这种转换对于那些熟悉Java但希望进入Python生态系统,或者想要利用Python特定...
它包含了Python解释器、标准库和其他必要的组件,使得用户可以在本地计算机上安装和运行Python 3.9.0的alpha2版本。通过这个安装程序,你可以轻松地配置Python环境,选择安装路径、添加Python到系统路径、选择安装...
使用纯python脚本控制pico3000系列示波器,支持win和linux平台(源码),很好的资源! 使用纯python脚本控制pico3000系列示波器,支持win和linux平台(源码),很好的资源! 使用纯python脚本控制pico3000系列示波器...
使用python编程语言,根据alpha shapes算法提取边缘,并对边缘点进行可视化,同时对滚动圆进行可视化。具体结果参考博客:https://blog.csdn.net/qq_32867925/article/details/139647488?spm=1001.2014.3001.5501
These days, Python is undoubtedly one of the major strategic technology platforms in the financial industry. When I started writing the first edition of this book in 2013, I still had many ...
资源分类:Python库 所属语言:Python 资源全名:alpha_stock-0.2.8-py2-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
在本文中,我们将深入探讨如何使用Python编程语言,结合Theano和Lasagne库,实现一个类似于AlphaZero的算法来玩五子棋游戏。AlphaZero是由DeepMind开发的,它通过自我对弈强化学习,展示了在围棋、国际象棋和Shogi等...
我们基于α-β剪枝人工智能方法的的中国象棋使用python实现,分为走法计算、评估函数与搜索和UI三部分,并采用历史启发算法进行优化,有着不错的效果。可以实现正常的人机对战,有着普通人的棋力,经过多轮测试,...
标题 "2D_hystogram_python_hystogram2D_" 暗示了我们要讨论的是在Python中使用matplotlib库创建二维直方图(2D histogram)的相关知识。直方图是一种统计图表,它将数据分布可视化为一系列矩形,每个矩形的面积表示...
《3D Alpha Shapes算法在机载激光雷达中的应用》 Alpha Shapes算法,作为一种高效的数据结构和几何构造方法,尤其在处理大规模三维空间数据时,表现出强大的能力。在三维激光扫描和机载雷达数据的分析中,它能有效...
资源分类:Python库 所属语言:Python 资源全名:pyxmpp2-2.0alpha2.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
Python 2和Python 3是Python的两个主要版本,虽然Python 3已成为当前的标准,但Python 2仍然在某些环境中被广泛使用。这个压缩包包含的是Python 2和Python 3的中文版CHM文档,以及Python 3的英文CHM文档,为用户提供...
本文将深入探讨L2正则化的概念、原理,并通过Python代码实例进行详细解析。 首先,我们理解一下L2正则化。L2正则化,也称为Ridge回归,是在损失函数中添加了模型参数的平方和的系数λ(正则化参数)的项。这会使得...