Python 3.8.4 正式发布了,这是 Python 3.8 的第四个维护版本。此版本比前三个版本要小很多,一共有 162 处更改,与前三个版本的平均值相比,几乎减少了 20%。与 3.8.3 相比,版本 3.8.4 还包含 3.8.4rc1 中引入的更改。3.8 系列的维护版本将每两个月定期更新一次,3.8.5 版本计划于 2020 年 9 月中旬发布。有关版本 3.8.4 中所做更改的详细信息,可以在其更改日志中找到。
Python 是一种面向对象的动态类型语言,最初被设计用于编写自动化脚本,随着版本的不断更新和语言新功能的添加,越来越多被用于独立的、大型项目的开发。Python在设计上坚持了清晰划一的风格,这使得Python成为一门易读、易维护,并且被大量用户所欢迎的、用途广泛的语言。Python 3.8.0稳定版现已正式发布,带来了许多新特性和优化。
Python本身被设计为可扩充的。并非所有的特性和功能都集成到语言核心。Python提供了丰富的API和工具,以便程序员能够轻松地使用C语言、C++、Cython来编写扩充模块。Python编译器本身也可以被集成到其它需要脚本语言的程序内。因此,很多人还把Python作为一种“胶水语言”(glue language)使用。使用Python将其他语言编写的程序进行集成和封装。
在Google内部的很多项目,例如Google Engine使用C++编写性能要求极高的部分,然后用Python或Java/Go调用相应的模块。《Python技术手册》的作者马特利(Alex Martelli)说:“这很难讲,不过,2004 年,Python 已在Google 内部使用,Google 召募许多 Python 高手,但在这之前就已决定使用Python,他们的目的是 Python where we can, C++ where we must,在操控硬件的场合使用C++,在快速开发时候使用 Python。”
官网地址:https://www.python.org
官网更新记录: https://pythoninsider.blogspot.com/2020/07/python-384-is-now-available.html
官网下载地址:https://www.python.org/downloads/release/python-384/
官网下载地址:
Files
Version | Operating System | Description | MD5 Sum | File Size | GPG |
---|---|---|---|---|---|
Gzipped source tarball | Source release | 387e63fe42c40a29e3408ce231315516 | 24151047 | SIG | |
XZ compressed source tarball | Source release | e16df33cd7b58702e57e137f8f5d13e7 | 18020412 | SIG | |
macOS 64-bit installer | Mac OS X | for OS X 10.9 and later | 8464bc5341d3444b2ccad001d88b752b | 30231094 | SIG |
Windows help file | Windows | bf7942cdd74f34aa4f485730a714cc47 | 8529593 | SIG | |
Windows x86-64 embeddable zip file | Windows | for AMD64/EM64T/x64 | c68f60422a0e43dabf54b84a0e92ed6a | 8170006 | SIG |
Windows x86-64 executable installer | Windows | for AMD64/EM64T/x64 | 12297fb08088d1002f7e93a93fd779c6 | 27866224 | SIG |
Windows x86-64 web-based installer | Windows | for AMD64/EM64T/x64 | 7c382afb4d8faa0a82973e44caf02949 | 1364112 | SIG |
Windows x86 embeddable zip file | Windows | 910c307f58282aaa88a2e9df38083ed2 | 7305457 | SIG | |
Windows x86 executable installer | Windows | c3d71a80f518cfba4d038de53bca2734 | 26781976 | SIG | |
Windows x86 web-based installer | Windows | 075a93add0ac3d070b113f71442ace37 | 1328184 | SIG |