Python logo

上個主題

locale --- 國際化服務

下個主題

turtle --- 龜圖學 (Turtle graphics)

此頁面

  • 回報錯誤
  • 顯示原始碼

導航

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

程式框架¶

The modules described in this chapter are frameworks that will largely dictate the structure of your program. Currently the modules described here are all oriented toward writing command-line interfaces.

完整的模組列表為:

  • turtle --- 龜圖學 (Turtle graphics)
    • 介紹
    • 教學
      • 啟動一個烏龜環境
      • 基本繪圖
        • 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 Example
  • shlex --- 簡單的語法分析
    • shlex 物件
    • Parsing Rules
    • Improved Compatibility with Shells

上個主題

locale --- 國際化服務

下個主題

turtle --- 龜圖學 (Turtle graphics)

此頁面

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

導航

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.12.11 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 程式框架
  • |
  • |
© 版權所有 2001-2025, Python Software Foundation.
此頁面採用 Python 軟體基金會授權條款第 2 版。
文件中的範例、應用技巧與其他程式碼額外採用了 Zero Clause BSD 授權條款。
更多訊息請見歷史與授權條款。

Python 軟體基金會是一家非營利法人。 敬請捐贈。

最後更新於 9月 29, 2025 (13:53 UTC)。 發現 bug?
以 Sphinx8.2.3建立。