程式框架¶
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)- 介紹
- Get started
- 教學
- How to...
- Turtle graphics reference
- Methods of RawTurtle/Turtle and corresponding functions
- Methods of TurtleScreen/Screen and corresponding functions
- Public classes
- 解釋
- Help and configuration
turtledemo
--- Demo scripts- Changes since Python 2.6
- Changes since Python 3.0
cmd
--- 以列為導向的指令直譯器支援shlex
--- 簡單的語法分析