< BACKMake Note | BookmarkCONTINUE >
156135250194107072078175030179198180024228156016206217188240240204175200043195135239181101

Chapter 7. Dictionaries

Chapter Topics

  • Introduction to Dictionaries

  • Operators

  • Built-in Functions

  • Built-in Methods

  • Dictionary Keys

In this chapter, we focus on Python's single mapping type, dictionaries. We present the various operators and built-in functions which can be used with dictionaries. We conclude this chapter by introducing some of the standard library modules which deal with dictionaries.


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

< BACKMake Note | BookmarkCONTINUE >

© 2002, O'Reilly & Associates, Inc.