@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version :Python 3.13\n "
12
12
"Report-Msgid-Bugs-To :\n "
13
- "POT-Creation-Date :2021-10-26 16:47 +0000\n "
13
+ "POT-Creation-Date :2025-05-23 00:15 +0000\n "
14
14
"PO-Revision-Date :2018-06-17 11:39+0000\n "
15
15
"Last-Translator :Ching-Hao Liu <chinghao.liu@gmail.com>\n "
16
16
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -27,6 +27,12 @@ msgstr "Python 教學"
27
27
28
28
#: ../../tutorial/index.rst:7
29
29
msgid ""
30
+ "This tutorial is designed for *programmers* that are new to the Python "
31
+ "language, **not** *beginners* who are new to programming."
32
+ msgstr ""
33
+
34
+ #: ../../tutorial/index.rst:11
35
+ msgid ""
30
36
"Python is an easy to learn, powerful programming language. It has efficient "
31
37
"high-level data structures and a simple but effective approach to object-"
32
38
"oriented programming. Python's elegant syntax and dynamic typing, together "
@@ -37,7 +43,7 @@ msgstr ""
37
43
"效的方法去實現物件導向程式設計。Python 優雅的語法和動態型別,結合其直譯特性,"
38
44
"使它成為眾多領域和大多數平臺上,撰寫腳本和快速開發應用程式的理想語言。"
39
45
40
- #: ../../tutorial/index.rst:13
46
+ #: ../../tutorial/index.rst:17
41
47
msgid ""
42
48
"The Python interpreter and the extensive standard library are freely "
43
49
"available in source or binary form for all major platforms from the Python "
@@ -51,7 +57,7 @@ msgstr ""
51
57
"程式與工具、以及額外說明文件,有興趣的使用者,可在官網上找到相關的發行版本與"
52
58
"連結網址。"
53
59
54
- #: ../../tutorial/index.rst:19
60
+ #: ../../tutorial/index.rst:23
55
61
msgid ""
56
62
"The Python interpreter is easily extended with new functions and data types "
57
63
"implemented in C or C++ (or other languages callable from C). Python is also "
@@ -61,18 +67,20 @@ msgstr ""
61
67
"增功能函式及資料型別。同時,對可讓使用者自製功能的應用程式來說,Python 也適合"
62
68
"作為其擴充用介面語言 (extension language)。"
63
69
64
- #: ../../tutorial/index.rst:23
70
+ #: ../../tutorial/index.rst:27
71
+ #, fuzzy
65
72
msgid ""
66
73
"This tutorial introduces the reader informally to the basic concepts and "
67
- "features of the Python language and system. It helps to have a Python "
68
- "interpreter handy for hands-on experience, but all examples are self-"
74
+ "features of the Python language and system. Be aware that it expects you to "
75
+ "have a basic understanding of programming in general. It helps to have a "
76
+ "Python interpreter handy for hands-on experience, but all examples are self-"
69
77
"contained, so the tutorial can be read off-line as well."
70
78
msgstr ""
71
79
"這份教學將簡介 Python 語言與系統的基本概念及功能。除了閱讀之外、實際用 "
72
80
"Python 直譯器寫程式跑範例,將有助於學習。但如果只用讀的,也是可行的學習方式,"
73
81
"因為所有範例的內容皆獨立且完整。"
74
82
75
- #: ../../tutorial/index.rst:28
83
+ #: ../../tutorial/index.rst:33
76
84
msgid ""
77
85
"For a description of standard objects and modules, see :ref:`library-"
78
86
"index`. :ref:`reference-index` gives a more formal definition of the "
@@ -84,7 +92,7 @@ msgstr ""
84
92
"伸套件 (extensions) 的讀者,請閱讀 :ref:`extending-index` 和 :ref:`c-api-"
85
93
"index` 。此外,市面上也能找到更深入的 Python 學習書。"
86
94
87
- #: ../../tutorial/index.rst:33
95
+ #: ../../tutorial/index.rst:38
88
96
msgid ""
89
97
"This tutorial does not attempt to be comprehensive and cover every single "
90
98
"feature, or even every commonly used feature. Instead, it introduces many of "
@@ -98,6 +106,6 @@ msgstr ""
98
106
"語言的特色與風格。讀完教學後,你將有能力閱讀和撰寫 Python 模組與程式,也做好"
99
107
"進一步學習 :ref:`library-index` 中各類型的 Python 函式庫模組的準備。"
100
108
101
- #: ../../tutorial/index.rst:40
109
+ #: ../../tutorial/index.rst:45
102
110
msgid "The :ref:`glossary` is also worth going through."
103
111
msgstr ":ref:`glossary` 頁面也值得細讀。"