Python 3.0 released

    Python 3.0 (also known as "Python 3000" or "Py3k") has been released - this is a new version of the programming language that is not compatible with the 2.x version line. The language basically remained the same, but many elements, such as dictionaries and strings, have changed significantly. Removed many obsolete language elements. Some parts of the standard library have been reorganized.

    Some resources about Python 3.0:
    * What's new in Python 3.0
    * Python 3.0 change log.
    * Online documentation
    * Tool for converting Python 2.x code: 2to3 Download

    links:
    * Gzipped source tar ball (3.0) (sig)
    * Bzipped source tar ball (3.0) (sig)
    *Windows x86 MSI Installer (3.0) (sig)
    * Windows AMD64 MSI Installer (3.0) (sig)

    MD5: News page on the official website http://python.org/download/releases/3.0/
    ac1d8aa55bd6d04232cd96abfa445ac4 11191348 Python-3.0.tgz
    28021e4c542323b7544aace274a03bed 9474659 Python-3.0.tar.bz2
    054131fb1dcaf0bc20b23711d1028099 13421056 python-3.0.amd64.msi
    2b85194a040b34088b64a48fa907c0af 13168640 python-3.0.msi



    Also popular now: