Python logo

上個主題

locale --- 國際化服務

下個主題

turtle --- 龜圖學 (Turtle graphics)

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.5 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 程式框架
  • |
  • |

程式框架¶

本章所描述的模組屬於框架性質,它們將在很大程度上決定程式的結構。目前本章介紹的所有模組皆專注於撰寫命令列介面。

完整的模組列表為:

  • turtle --- 龜圖學 (Turtle graphics)
    • 介紹
    • Get started
    • 教學
      • 啟動一個烏龜環境
      • 基本繪圖
        • Pen control
        • The turtle's position
      • Making algorithmic patterns
    • How to...
      • Get started as quickly as possible
      • Use the turtle module namespace
      • Use turtle graphics in a script
      • Use object-oriented turtle graphics
    • Turtle graphics reference
      • Turtle methods
      • Methods of TurtleScreen/Screen
    • Methods of RawTurtle/Turtle and corresponding functions
      • Turtle motion
      • Tell Turtle's state
      • Settings for measurement
      • Pen control
        • Drawing state
        • Color control
        • Filling
        • More drawing control
      • Turtle state
        • Visibility
        • Appearance
      • Using events
      • Special Turtle methods
      • Compound shapes
    • Methods of TurtleScreen/Screen and corresponding functions
      • Window control
      • Animation control
      • Using screen events
      • Input methods
      • Settings and special methods
      • Methods specific to Screen, not inherited from TurtleScreen
    • Public classes
    • 解釋
    • Help and configuration
      • How to use help
      • Translation of docstrings into different languages
      • How to configure Screen and Turtles
    • turtledemo --- Demo scripts
    • Changes since Python 2.6
    • Changes since Python 3.0
  • cmd --- 以列為導向的命令直譯器支援
    • Cmd 物件
    • Cmd 範例
  • shlex --- 簡單的語法分析
    • shlex 物件
    • Parsing Rules
    • Improved Compatibility with Shells

上個主題

locale --- 國際化服務

下個主題

turtle --- 龜圖學 (Turtle graphics)

此頁面

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

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.5 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 程式框架
  • |
  • |
© 版權 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.

最後更新於 6月 30, 2025 (06:01 UTC)。 Found a bug?
使用 Sphinx 8.2.3 建立。