24. Program Frameworks¶
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.
The full list of modules described in this chapter is:
- 24.1.
turtle
— 海龟绘图 - 24.2.
cmd
— Support for line-oriented command interpreters - 24.3.
shlex
— Simple lexical analysis