@@ -10,7 +10,7 @@ msgid ""
1010msgstr ""
1111"Project-Id-Version : Python 3.13\n "
1212"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 "
1414"PO-Revision-Date : 2018-06-17 11:39+0000\n "
1515"Last-Translator : Ching-Hao Liu <chinghao.liu@gmail.com>\n "
1616"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -27,6 +27,12 @@ msgstr "Python 教學"
2727
2828#: ../../tutorial/index.rst:7
2929msgid ""
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 ""
3036"Python is an easy to learn, powerful programming language. It has efficient "
3137"high-level data structures and a simple but effective approach to object-"
3238"oriented programming. Python's elegant syntax and dynamic typing, together "
@@ -37,7 +43,7 @@ msgstr ""
3743"效的方法去實現物件導向程式設計。Python 優雅的語法和動態型別,結合其直譯特性,"
3844"使它成為眾多領域和大多數平臺上,撰寫腳本和快速開發應用程式的理想語言。"
3945
40- #: ../../tutorial/index.rst:13
46+ #: ../../tutorial/index.rst:17
4147msgid ""
4248"The Python interpreter and the extensive standard library are freely "
4349"available in source or binary form for all major platforms from the Python "
@@ -51,7 +57,7 @@ msgstr ""
5157"程式與工具、以及額外說明文件,有興趣的使用者,可在官網上找到相關的發行版本與"
5258"連結網址。"
5359
54- #: ../../tutorial/index.rst:19
60+ #: ../../tutorial/index.rst:23
5561msgid ""
5662"The Python interpreter is easily extended with new functions and data types "
5763"implemented in C or C++ (or other languages callable from C). Python is also "
@@ -61,18 +67,20 @@ msgstr ""
6167"增功能函式及資料型別。同時,對可讓使用者自製功能的應用程式來說,Python 也適合"
6268"作為其擴充用介面語言 (extension language)。"
6369
64- #: ../../tutorial/index.rst:23
70+ #: ../../tutorial/index.rst:27
71+ #, fuzzy
6572msgid ""
6673"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-"
6977"contained, so the tutorial can be read off-line as well."
7078msgstr ""
7179"這份教學將簡介 Python 語言與系統的基本概念及功能。除了閱讀之外、實際用 "
7280"Python 直譯器寫程式跑範例,將有助於學習。但如果只用讀的,也是可行的學習方式,"
7381"因為所有範例的內容皆獨立且完整。"
7482
75- #: ../../tutorial/index.rst:28
83+ #: ../../tutorial/index.rst:33
7684msgid ""
7785"For a description of standard objects and modules, see :ref:`library-"
7886"index`. :ref:`reference-index` gives a more formal definition of the "
@@ -84,7 +92,7 @@ msgstr ""
8492"伸套件 (extensions) 的讀者,請閱讀 :ref:`extending-index` 和 :ref:`c-api-"
8593"index` 。此外,市面上也能找到更深入的 Python 學習書。"
8694
87- #: ../../tutorial/index.rst:33
95+ #: ../../tutorial/index.rst:38
8896msgid ""
8997"This tutorial does not attempt to be comprehensive and cover every single "
9098"feature, or even every commonly used feature. Instead, it introduces many of "
@@ -98,6 +106,6 @@ msgstr ""
98106"語言的特色與風格。讀完教學後,你將有能力閱讀和撰寫 Python 模組與程式,也做好"
99107"進一步學習 :ref:`library-index` 中各類型的 Python 函式庫模組的準備。"
100108
101- #: ../../tutorial/index.rst:40
109+ #: ../../tutorial/index.rst:45
102110msgid "The :ref:`glossary` is also worth going through."
103111msgstr ":ref:`glossary` 頁面也值得細讀。"
0 commit comments