René's URL Explorer Experiment
go
Title:
7. Data Types — Python v3.2.6 documentation
direct link
Domain:
docs.python.org
None
text/html; charset=utf-8
Links
:
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/library/datetime.html
previous
https://docs.python.org/3.2/library/stringprep.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
The Python Standard Library
https://docs.python.org/3.2/library/index.html
¶
https://docs.python.org/3.2/library/datatypes.html#data-types
dict
https://docs.python.org/3.2/library/stdtypes.html#dict
list
https://docs.python.org/3.2/library/functions.html#list
set
https://docs.python.org/3.2/library/stdtypes.html#set
frozenset
https://docs.python.org/3.2/library/stdtypes.html#frozenset
tuple
https://docs.python.org/3.2/library/functions.html#tuple
str
https://docs.python.org/3.2/library/functions.html#str
bytes
https://docs.python.org/3.2/library/functions.html#bytes
7.1. datetime — Basic date and time types
https://docs.python.org/3.2/library/datetime.html
7.1.1. Available Types
https://docs.python.org/3.2/library/datetime.html#available-types
7.1.2. timedelta Objects
https://docs.python.org/3.2/library/datetime.html#timedelta-objects
7.1.3. date Objects
https://docs.python.org/3.2/library/datetime.html#date-objects
7.1.4. datetime Objects
https://docs.python.org/3.2/library/datetime.html#datetime-objects
7.1.5. time Objects
https://docs.python.org/3.2/library/datetime.html#time-objects
7.1.6. tzinfo Objects
https://docs.python.org/3.2/library/datetime.html#tzinfo-objects
7.1.7. timezone Objects
https://docs.python.org/3.2/library/datetime.html#timezone-objects
7.1.8. strftime() and strptime() Behavior
https://docs.python.org/3.2/library/datetime.html#strftime-and-strptime-behavior
7.2. calendar — General calendar-related functions
https://docs.python.org/3.2/library/calendar.html
7.3. collections — Container datatypes
https://docs.python.org/3.2/library/collections.html
7.3.1. Counter objects
https://docs.python.org/3.2/library/collections.html#counter-objects
7.3.2. deque objects
https://docs.python.org/3.2/library/collections.html#deque-objects
7.3.2.1. deque Recipes
https://docs.python.org/3.2/library/collections.html#deque-recipes
7.3.3. defaultdict objects
https://docs.python.org/3.2/library/collections.html#defaultdict-objects
7.3.3.1. defaultdict Examples
https://docs.python.org/3.2/library/collections.html#defaultdict-examples
7.3.4. namedtuple() Factory Function for Tuples with Named Fields
https://docs.python.org/3.2/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields
7.3.5. OrderedDict objects
https://docs.python.org/3.2/library/collections.html#ordereddict-objects
7.3.5.1. OrderedDict Examples and Recipes
https://docs.python.org/3.2/library/collections.html#ordereddict-examples-and-recipes
7.3.6. UserDict objects
https://docs.python.org/3.2/library/collections.html#userdict-objects
7.3.7. UserList objects
https://docs.python.org/3.2/library/collections.html#userlist-objects
7.3.8. UserString objects
https://docs.python.org/3.2/library/collections.html#userstring-objects
7.3.9. ABCs - abstract base classes
https://docs.python.org/3.2/library/collections.html#abcs-abstract-base-classes
7.4. heapq — Heap queue algorithm
https://docs.python.org/3.2/library/heapq.html
7.4.1. Basic Examples
https://docs.python.org/3.2/library/heapq.html#basic-examples
7.4.2. Priority Queue Implementation Notes
https://docs.python.org/3.2/library/heapq.html#priority-queue-implementation-notes
7.4.3. Theory
https://docs.python.org/3.2/library/heapq.html#theory
7.5. bisect — Array bisection algorithm
https://docs.python.org/3.2/library/bisect.html
7.5.1. Searching Sorted Lists
https://docs.python.org/3.2/library/bisect.html#searching-sorted-lists
7.5.2. Other Examples
https://docs.python.org/3.2/library/bisect.html#other-examples
7.6. array — Efficient arrays of numeric values
https://docs.python.org/3.2/library/array.html
7.7. sched — Event scheduler
https://docs.python.org/3.2/library/sched.html
7.7.1. Scheduler Objects
https://docs.python.org/3.2/library/sched.html#scheduler-objects
7.8. queue — A synchronized queue class
https://docs.python.org/3.2/library/queue.html
7.8.1. Queue Objects
https://docs.python.org/3.2/library/queue.html#queue-objects
7.9. weakref — Weak references
https://docs.python.org/3.2/library/weakref.html
7.9.1. Weak Reference Objects
https://docs.python.org/3.2/library/weakref.html#weak-reference-objects
7.9.2. Example
https://docs.python.org/3.2/library/weakref.html#example
7.10. types — Names for built-in types
https://docs.python.org/3.2/library/types.html
7.11. copy — Shallow and deep copy operations
https://docs.python.org/3.2/library/copy.html
7.12. pprint — Data pretty printer
https://docs.python.org/3.2/library/pprint.html
7.12.1. PrettyPrinter Objects
https://docs.python.org/3.2/library/pprint.html#prettyprinter-objects
7.12.2. Example
https://docs.python.org/3.2/library/pprint.html#example
7.13. reprlib — Alternate repr() implementation
https://docs.python.org/3.2/library/reprlib.html
7.13.1. Repr Objects
https://docs.python.org/3.2/library/reprlib.html#repr-objects
7.13.2. Subclassing Repr Objects
https://docs.python.org/3.2/library/reprlib.html#subclassing-repr-objects
6.8. stringprep — Internet String Preparation
https://docs.python.org/3.2/library/stringprep.html
7.1. datetime — Basic date and time types
https://docs.python.org/3.2/library/datetime.html
Report a Bug
https://docs.python.org/3.2/bugs.html
Show Source
https://docs.python.org/3.2/_sources/library/datatypes.txt
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/library/datetime.html
previous
https://docs.python.org/3.2/library/stringprep.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
The Python Standard Library
https://docs.python.org/3.2/library/index.html
Copyright
https://docs.python.org/3.2/copyright.html
Please donate.
http://www.python.org/psf/donations/
Found a bug
https://docs.python.org/3.2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.