Python (32-bit)

最新版本 Python 3.0

Python 3.0

Python 3.0
Python 是一種動態的面向對象的編程語言,可用於多種軟件開發。它提供了與其他語言和工具集成的強大支持,附帶大量的標準庫,並且可以在幾天內學到。很多 Python 程序員都報告大幅提高生產力,並且覺得語言鼓勵開發更高質量,更易維護的代碼。

Python 運行在 Windows,Linux / Unix,Mac OS X,OS / 2,Amiga,Palm 手持設備和諾基亞手機上。 Python 也被移植到 Java 和.NET 虛擬機上。 Python 是在 OSI 認可的開放源代碼許可下發布的,甚至可以用於商業產品.

它的一些關鍵區別特徵包括:非常清晰,可讀的語法強大的內省功能直觀的面向對象程序代碼的自然表達完全模塊化,支持分層程序包基於異常的錯誤處理非常高級的動態數據類型針對幾乎所有任務的廣泛標準庫和第三方模塊使用 C,C ++(或 Java for Jython 或 IronPython 的.NET 語言)輕鬆編寫的擴展和模塊可嵌入應用程序作為腳本界面也可以:下載 Python for Mac

ScreenShot

軟體資訊
檔案版本 Python 3.0

檔案名稱 python-3.0.msi
檔案大小 12.56 MB
系統 Windows Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Python Software Foundation
官網 http://www.python.org/
更新日期 2008-12-08
更新日誌

What's new in this version:

Core and Builtins
-----------------

- Issue #3996: On Windows, the PyOS_CheckStack function would cause the
interpreter to abort ("Fatal Python error: Could not reset the stack!")
instead of throwing a MemoryError.
- Issue #3689: The list reversed iterator now supports __length_hint__
instead of __len__. Behavior now matches other reversed iterators.
- Issue #4367: Python would segfault during compiling when the unicodedata
module couldn't be imported and N escapes were present.
- Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.

Library
-------

- Issue #4387: binascii now refuses to accept str as binary input.
- Issue #4073: Add 2to3 support to build_scripts, refactor that support
in build_py.
- IDLE would print a "Unhandled server exception!" message when internal
debugging is enabled.
- Issue #4455: IDLE failed to display the windows list when two windows have
the same title.
- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
exception.
- Issue #4433: Fixed an access violation when garbage collecting
_ctypes.COMError instances.
- Issue #4429: Fixed UnicodeDecodeError in ctypes.
- Issue #4373: Corrected a potential reference leak in the pickle module and
silenced a false positive ref leak in distutils.tests.test_build_ext.
- Issue #4382: dbm.dumb did not specify the expected file encoding for opened
files.
- Issue #4383: When IDLE cannot make the connection to its subprocess, it would
fail to properly display the error message. Build
-----

- Issue #4407: Fix source file that caused the compileall step in Windows
installer to fail.

Docs
----

- Issue #4449: Fixed multiprocessing examples
- Issue #3799: Document that dbm.gnu and dbm.ndbm will accept string arguments
for keys and values which will be converted to bytes before committal.

Python 3.0 相關參考資料
Download Python

Python 3.0.1 Feb. 13, 2009 Download Release Notes · Python 2.5.4 Dec. 23, 2008 ... Python 3.10 Release Schedule · Python 3.9 Release Schedule · Python 3.8 Release ...

https://www.python.org

Python - 維基百科,自由的百科全書

吉多·范羅蘇姆於1991年首次釋出Python 0.9.0。Python 2.0於2000 年釋出並引入了新功能。Python 3.0於2008年釋出,它是該語言的主要修訂版,並非完全向下相容。Python 2於 ...

https://zh.wikipedia.org

Python 2 和Python 3 差異

Python 3 支援現成可用的Unicode。 這表示您不再需要明確使用u 字首或unicode () 函數將字串儲存為Unicode。 如果您將現有Script 從Python 2 轉換為Python 3 ,則必須檢查 ...

https://www.ibm.com

Python 3 Tutorial 第一堂(1)揭開序幕

Python 3 Tutorial 第一堂(1)揭開序幕 · 瞭解Python 生態系(語言、工具、程式庫…) · 瞭解Python 社群核心文化(撰碼風格、典範、文件、社群…) · Python 化(Pythonic ...

https://openhome.cc

Python 3 Tutorial 第一堂(2)哈囉!世界!

練習0:使用Python 互動交談環境. 基本上,這門課程會基於Python 3.5 來進行,你可以先在終端機中鍵入 python3.5 ,就會進入互動式交談環境,先在裏頭輸入 print('hello!

https://openhome.cc

Python 3 語法大全

Python 3 語法大全. 目錄(點擊可以跳轉). 變數及型態轉換; 運算子; 輸入輸出; 條件判斷式(if); 迴圈(Loop); 容器; 字串處理; 函數; 模組; 檔案處理(IO); 例外處理 ...

https://hackmd.io

Python 3.0 Release

Python 3.0 (a.k.a. Python 3000 or Py3k) is a new version of the language that is incompatible with the 2.x line of releases.

https://www.python.org

Python3 教程| 菜鸟教程

Python 3 教程Python 的3.0 版本,常被称为Python 3000,或简称Py3k。相对于Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候 ...

http://www.runoob.com

Python的歷史- 維基百科,自由的百科全書

Python 3.0版是一個主要的向後不相容(backwards-incompatible)版本,經過長時間的測試之後,於2008年12月3日發佈。Python 3.0的許多主要功能也被向後移植到向下相容( ...

https://zh.wikipedia.org

為什麼不用(學)Python 3

為什麼要用(學)Python 3? · 比較新。 · 更強大更方便的語法 · 更強大更方便的函式庫 · 更強大更不方便的print · 之後不用再學一次Python 3 的語法(但前提是不會需要寫 ...

http://wiki.python.org.tw