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:
turtle
--- Turtle graphics- Introduction
- Overview of available Turtle and Screen methods
- 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
--- Support for line-oriented command interpretersshlex
--- Simple lexical analysis