< BACKMake Note | BookmarkCONTINUE >
156135250194107072078175030179198180024228156016206217188240240204174048203104096003091051

Chapter 12. Modules

Chapter Topics

  • What Are Modules?

  • Modules and Files

  • Namespaces

  • Importing Modules

  • Importing Module Attributes

  • Module Built-in Functions

  • Packages

  • Other Features of Modules

This chapter focus on Python modules and how data is imported from modules into your programming environment. We will also take a look at packages. Modules are a way to organize Python code, and packages help you organize modules. We will conclude this chapter with a look at other related aspects of modules.


Last updated on 9/14/2001
Core Python Programming, © 2002 Prentice Hall PTR

< BACKMake Note | BookmarkCONTINUE >

© 2002, O'Reilly & Associates, Inc.