Python是一門跨平台的指令碼語言,Python規定了一個Python文法規則,實現了Python文法的解釋程式就成為了Python的解譯器,我 們用的比較多的是C版本的Python,也就是使用C語言實現的Python解譯器,除此之外還有使用Java實現的Jython和使用.NET實現的 IronPython,這些實現可以使Python使用者充分利用己有的Java及.NET資源.
Python 2.6.3
We are pleased to announce the release of Python 2.6.3, a bugfix release of Python 2.6.2, on October 2, 2009.
Python 2.6 is now in bugfix-only mode; no new features are being added. Somewhere near 100 bugs have been fixed since the release of Python 2.6.2. The NEWS file lists every change in each alpha, beta, and release candidate of Python 2.6.
- What's New in Python 2.6.
- Report bugs at http://bugs.python.org.
- Read the Python license.
- PEP 361 set out the development schedule for 2.6.
Help fund Python and its community by donating to the Python Software Foundation.Download
This is a final release; we currently support these formats:
- Gzipped source tar ball (2.6.3) (sig)
- Bzipped source tar ball (2.6.3) (sig)
- Windows x86 MSI Installer (2.6.3) (sig)
- Windows AMD64 MSI Installer (2.6.3) (sig)
- Mac Installer disk image (2.6.3) (sig)
MD5 checksums and sizes of the released files:
c4842532170fc0a6f9e878497efc0ddf 13319447 Python-2.6.3.tgz 8755fc03075b1701ca3f13932e6ade9f 11249543 Python-2.6.3.tar.bz2 f7382afe57e21ced274eeec614dbda37 15214592 python-2.6.3.amd64.msi 9ff76b6101fdb1c935970476ed428569 14871552 python-2.6.3.msi 114d26c741d4c0b8ee91191a7a06aa2a 20329350 python-2.6.3-macosx.dmg
The signatures for the source tarballs above were generated with GnuPG using release manager Barry Warsaw's public key which has a key id of A74B06BF. The Windows installers were signed by Martin von Löwis' public key which has a key id of 7D9DC8D2. The Mac disk image was signed by Ronald Oussoren's public key which has a key id of E6DF025C.
Documentation
The documentation has also been updated. You can browse the HTML on-line or download the HTML
同時我們期待已久的Dive into Python 3已經發布了,希望大家能夠積極的參與翻譯工作!
http://diveintopython3.org/