# Copyright (C) 2001 Python Software Foundation # This file is distributed under the same license as the Python package. # # Translators: # Ching-Hao Liu , 2018 # Liang-Bo Wang , 2015-2016 # woodrow-shen , 2015 msgid "" msgstr "" "Project-Id-Version: Python 3.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-11-05 00:16+0000\n" "PO-Revision-Date: 2018-06-17 11:39+0000\n" "Last-Translator: Ching-Hao Liu \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../tutorial/index.rst:5 msgid "The Python Tutorial" msgstr "Python 教學" #: ../../tutorial/index.rst:7 msgid "" "This tutorial is designed for *programmers* that are new to the Python " "language, **not** *beginners* who are new to programming." msgstr "" "這份教學是為了那些對 Python 語言有興趣的程式設計師而設計的,**不是**\\ 對於程" "式設計\\ *新手*\\ 的入門教學。" #: ../../tutorial/index.rst:11 msgid "" "Python is an easy to learn, powerful programming language. It has efficient " "high-level data structures and a simple but effective approach to object-" "oriented programming. Python's elegant syntax and dynamic typing, together " "with its interpreted nature, make it an ideal language for scripting and " "rapid application development in many areas on most platforms." msgstr "" "Python 是一種易學、功能強大的程式語言。它有高效能的高階資料結構,也有簡單但有" "效的方法去實現物件導向程式設計。Python 優雅的語法和動態型別,結合其直譯特性," "使它成為眾多領域和大多數平臺上,撰寫腳本和快速開發應用程式的理想語言。" #: ../../tutorial/index.rst:17 msgid "" "The Python interpreter and the extensive standard library are freely " "available in source or binary form for all major platforms from the Python " "website, https://www.python.org/, and may be freely distributed. The same " "site also contains distributions of and pointers to many free third party " "Python modules, programs and tools, and additional documentation." msgstr "" "使用者可以自由且免費地從 Python 官網上 (https://www.python.org/) 取得各大平台" "上用的 Python 直譯器和標準函式庫,下載其源碼或二進位形式執行檔,同時,也可以" "將其自由地散佈。另外,Python 官網也提供了許多自由且免費的第三方 Python 模組、" "程式與工具、以及額外說明文件,有興趣的使用者,可在官網上找到相關的發行版本與" "連結網址。" #: ../../tutorial/index.rst:23 msgid "" "The Python interpreter is easily extended with new functions and data types " "implemented in C or C++ (or other languages callable from C). Python is also " "suitable as an extension language for customizable applications." msgstr "" "使用 C 或 C++(或其他可被 C 呼叫的程式語言),可以很容易在 Python 直譯器內新" "增功能函式及資料型別。同時,對可讓使用者自製功能的應用程式來說,Python 也適合" "作為其擴充用介面語言 (extension language)。" #: ../../tutorial/index.rst:27 msgid "" "This tutorial introduces the reader informally to the basic concepts and " "features of the Python language and system. Be aware that it expects you to " "have a basic understanding of programming in general. It helps to have a " "Python interpreter handy for hands-on experience, but all examples are self-" "contained, so the tutorial can be read off-line as well." msgstr "" "這份教學將非常規地介紹 Python 語言與系統的基本概念及功能。請注意,它預期你對" "程式設計有基本的了解。實際用 Python 直譯器進行實際操作將有助於學習,但所有範" "例都是獨立完整的,所以這份教學也可以離線閱讀。" #: ../../tutorial/index.rst:33 msgid "" "For a description of standard objects and modules, see :ref:`library-" "index`. :ref:`reference-index` gives a more formal definition of the " "language. To write extensions in C or C++, read :ref:`extending-index` and :" "ref:`c-api-index`. There are also several books covering Python in depth." msgstr "" "若想了解 Python 標準物件和模組的描述,請參閱 :ref:`library-index`。在 :ref:" "`reference-index` 中,你可以學到 Python 語言更正規的定義。想用 C 或 C++ 寫延" "伸套件 (extensions) 的讀者,請閱讀 :ref:`extending-index` 和 :ref:`c-api-" "index` 。此外,市面上也能找到更深入的 Python 學習書。" #: ../../tutorial/index.rst:38 msgid "" "This tutorial does not attempt to be comprehensive and cover every single " "feature, or even every commonly used feature. Instead, it introduces many of " "Python's most noteworthy features, and will give you a good idea of the " "language's flavor and style. After reading it, you will be able to read and " "write Python modules and programs, and you will be ready to learn more about " "the various Python library modules described in :ref:`library-index`." msgstr "" "這份教學中,我們不會介紹每一個功能,甚至,也不打算介紹完每一個常用功能。取而" "代之,我們的重心將放在介紹 Python 中最值得一提的那些功能,幫助你了解 Python " "語言的特色與風格。讀完教學後,你將有能力閱讀和撰寫 Python 模組與程式,也做好" "進一步學習 :ref:`library-index` 中各類型的 Python 函式庫模組的準備。" #: ../../tutorial/index.rst:45 msgid "The :ref:`glossary` is also worth going through." msgstr ":ref:`glossary` 頁面也值得細讀。"