Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python v3.0 documentation Β»
  • The Python Standard Library Β»

Data TypesΒΆ

The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, synchronized queues, and sets.

Python also provides some built-in data types, in particular, dict, list, set and frozenset, and tuple. The str class is used to hold Unicode strings, and the bytes class is used to hold binary data.

The following modules are documented in this chapter:

  • datetime β€” Basic date and time types
    • Available Types
    • timedelta Objects
    • date Objects
    • datetime Objects
    • time Objects
    • tzinfo Objects
    • strftime Behavior
  • calendar β€” General calendar-related functions
  • collections β€” Container datatypes
    • ABCs - abstract base classes
    • deque objects
      • deque Recipes
    • defaultdict objects
      • defaultdict Examples
    • namedtuple Factory Function for Tuples with Named Fields
    • UserDict objects
    • UserList objects
    • UserString objects
  • heapq β€” Heap queue algorithm
    • Theory
  • bisect β€” Array bisection algorithm
    • Examples
  • array β€” Efficient arrays of numeric values
  • sched β€” Event scheduler
    • Scheduler Objects
  • queue β€” A synchronized queue class
    • Queue Objects
  • weakref β€” Weak references
    • Weak Reference Objects
    • Example
  • types β€” Names for built-in types
  • copy β€” Shallow and deep copy operations
  • pprint β€” Data pretty printer
    • PrettyPrinter Objects
    • pprint Example
  • reprlib β€” Alternate repr implementation
    • Repr Objects
    • Subclassing Repr Objects

Previous topic

stringprep β€” Internet String Preparation

Next topic

datetime β€” Basic date and time types

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python v3.0 documentation Β»
  • The Python Standard Library Β»
Β© Copyright 1990-2008, Python Software Foundation. Last updated on Dec 04, 2008. Created using Sphinx 0.5.