Accueil
Rechercher:
sur developpez.com sur les forums
Forums | Tutoriels | F.A.Q's | Participez | Hébergement | Contacts
Accueil Conception Java DotNET Visual Basic  C  C++ Delphi MS-Office SQL & SGBD Oracle  4D  Business Intelligence
Club Emploi Blogs   TV   Dév. Web PHP XML Python Autres 2D-3D-Jeux Sécurité Windows Linux PC Mac
FORUM PYTHON F.A.Q PYTHON TUTORIELS PYTHON SOURCES PYTHON OUTILS PYTHON LIVRES PYTHON
5. Data Types


5. 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.

The following modules are documented in this chapter:

datetime   Basic date and time types.
calendar   Functions for working with calendars, including some emulation of the Unix cal program.
collections   High-performance datatypes
heapq   Heap queue algorithm (a.k.a. priority queue).
bisect   Array bisection algorithms for binary searching.
array   Efficient arrays of uniformly typed numeric values.
sets   Implementation of sets of unique elements.
sched   General purpose event scheduler.
mutex   Lock and queue for mutual exclusion.
Queue   A synchronized queue class.
weakref   Support for weak references and weak dictionaries.
UserDict   Class wrapper for dictionary objects.
UserList   Class wrapper for list objects.
UserString   Class wrapper for string objects.
types   Names for built-in types.
new   Interface to the creation of runtime implementation objects.
copy   Shallow and deep copy operations.
pprint   Data pretty printer.
repr   Alternate repr() implementation with size limits.

See About this document... for information on suggesting changes.
Responsable bénévole de la rubrique Python : Guillaume Duriaud - Contacter par EMail :
Vos questions techniques : forum d'entraide Python - Publiez vos articles, tutoriels et cours
et rejoignez-nous dans l'équipe de rédaction du club d'entraide des développeurs francophones
Nous contacter - Copyright © 2000-2008 www.developpez.com - Legal informations.