See All Titles |
![]() ![]() Chapter 12—ModulesOne of Python's key strengths is in its ability to be extended. This feature allows for "plug-n-play" access as well as promotes code reuse. Applications written as modules can be imported for use by other Python modules with a single line of code. Furthermore, multiple module software distribution can be simplified by using packages.
|
© 2002, O'Reilly & Associates, Inc. |