程序框架 ¶
本章描述的模块很大程度上决定程序结构的框架。目前,这里描述的模块全部面向编写命令行接口。
此章描述的完整模块列表:
-
turtle— Turtle 图形- 介绍
- 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 - 从 Python 2.6 起的变化
- 从 Python 3.0 起的变化
-
cmd— 支持面向行的命令解释器 -
shlex— 简单的词法分析