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 focuses on Python modules and how data are imported from modules into your programming environment. We will also take a look at packages. Modules are a means to organize Python code, and packages help you organize modules. We conclude this chapter with a look at other related aspects of modules.



Core Python Programming
Core Python Programming (2nd Edition)
ISBN: 0132269937
EAN: 2147483647
Year: 2004
Pages: 334
Authors: Wesley J Chun

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net