Python logo

上個主題

安裝 Python 模組

下個主題

遷移延伸模組到 Python 3

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • Python 如何達成任務
  • |
  • |

Python 如何達成任務¶

「Python 如何達成任務 (HOWTOs)」是一系列的說明文件,其內容會深度地涵蓋某些特定的主題。以 Linux 說明文件專案的 HOWTO 系列為模範,本系列的目標是提供比 Python 函式庫參考手冊更實用的說明文件。

General:

  • 註釋 (annotation) 最佳實踐

  • Argparse 教學

  • 描述器 (Descriptor) 指南

  • Enum HOWTO

  • 函式程式設計 HOWTO

  • ipaddress 模組介紹

  • 如何使用 Logging 模組

  • Logging Cookbook

  • 如何使用正規表示式

  • 排序技法

  • Unicode HOWTO

  • 如何使用 urllib 套件取得網路資源

Advanced development:

  • Curses Programming with Python

  • Python 自由執行緒的實驗性支援

  • C API Extension Support for Free Threading

  • 隔離擴充模組

  • The Python 2.3 Method Resolution Order

  • Socket 程式設計指南

  • timer file descriptor HOWTO

  • 遷移延伸模組到 Python 3

Debugging and profiling:

  • 使用 GDB 來為 C API 擴充功能和 CPython 內部偵錯

  • 使用 DTrace 和 SystemTap 檢測 CPython

  • Python 對 Linux perf 分析器的支援

上個主題

安裝 Python 模組

下個主題

遷移延伸模組到 Python 3

此頁面

  • 回報錯誤
  • 顯示原始碼
«

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • Python 如何達成任務
  • |
  • |
© 版權 2001-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最後更新於 5月 14, 2025 (22:41 UTC)。 Found a bug?
使用 Sphinx 8.2.3 建立。