René's URL Explorer Experiment


Title: 5. Data Structures — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/tutorial/modules.html
previoushttps://docs.python.org/3.2/tutorial/controlflow.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Tutorialhttps://docs.python.org/3.2/tutorial/index.html
https://docs.python.org/3.2/tutorial/datastructures.html#data-structures
https://docs.python.org/3.2/tutorial/datastructures.html#more-on-lists
https://docs.python.org/3.2/tutorial/datastructures.html#using-lists-as-stacks
https://docs.python.org/3.2/tutorial/datastructures.html#using-lists-as-queues
collections.dequehttps://docs.python.org/3.2/library/collections.html#collections.deque
https://docs.python.org/3.2/tutorial/datastructures.html#list-comprehensions
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
https://docs.python.org/3.2/tutorial/datastructures.html#nested-list-comprehensions
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
zip()https://docs.python.org/3.2/library/functions.html#zip
Unpacking Argument Listshttps://docs.python.org/3.2/tutorial/controlflow.html#tut-unpacking-arguments
delhttps://docs.python.org/3.2/reference/simple_stmts.html#del
https://docs.python.org/3.2/tutorial/datastructures.html#the-del-statement
delhttps://docs.python.org/3.2/reference/simple_stmts.html#del
delhttps://docs.python.org/3.2/reference/simple_stmts.html#del
delhttps://docs.python.org/3.2/reference/simple_stmts.html#del
delhttps://docs.python.org/3.2/reference/simple_stmts.html#del
https://docs.python.org/3.2/tutorial/datastructures.html#tuples-and-sequences
Sequence Types — str, bytes, bytearray, list, tuple, rangehttps://docs.python.org/3.2/library/stdtypes.html#typesseq
immutablehttps://docs.python.org/3.2/glossary.html#term-immutable
namedtupleshttps://docs.python.org/3.2/library/collections.html#collections.namedtuple
mutablehttps://docs.python.org/3.2/glossary.html#term-mutable
https://docs.python.org/3.2/tutorial/datastructures.html#sets
set()https://docs.python.org/3.2/library/stdtypes.html#set
list comprehensionshttps://docs.python.org/3.2/tutorial/datastructures.html#tut-listcomps
https://docs.python.org/3.2/tutorial/datastructures.html#dictionaries
Mapping Types — dicthttps://docs.python.org/3.2/library/stdtypes.html#typesmapping
[1]https://docs.python.org/3.2/tutorial/datastructures.html#id2
inhttps://docs.python.org/3.2/reference/expressions.html#in
dict()https://docs.python.org/3.2/library/stdtypes.html#dict
https://docs.python.org/3.2/tutorial/datastructures.html#looping-techniques
enumerate()https://docs.python.org/3.2/library/functions.html#enumerate
zip()https://docs.python.org/3.2/library/functions.html#zip
reversed()https://docs.python.org/3.2/library/functions.html#reversed
sorted()https://docs.python.org/3.2/library/functions.html#sorted
https://docs.python.org/3.2/tutorial/datastructures.html#more-on-conditions
https://docs.python.org/3.2/tutorial/datastructures.html#comparing-sequences-and-other-types
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
[1]https://docs.python.org/3.2/tutorial/datastructures.html#id1
Table Of Contentshttps://docs.python.org/3.2/contents.html
5. Data Structureshttps://docs.python.org/3.2/tutorial/datastructures.html
5.1. More on Listshttps://docs.python.org/3.2/tutorial/datastructures.html#more-on-lists
5.1.1. Using Lists as Stackshttps://docs.python.org/3.2/tutorial/datastructures.html#using-lists-as-stacks
5.1.2. Using Lists as Queueshttps://docs.python.org/3.2/tutorial/datastructures.html#using-lists-as-queues
5.1.3. List Comprehensionshttps://docs.python.org/3.2/tutorial/datastructures.html#list-comprehensions
5.1.4. Nested List Comprehensionshttps://docs.python.org/3.2/tutorial/datastructures.html#nested-list-comprehensions
5.2. The del statementhttps://docs.python.org/3.2/tutorial/datastructures.html#the-del-statement
5.3. Tuples and Sequenceshttps://docs.python.org/3.2/tutorial/datastructures.html#tuples-and-sequences
5.4. Setshttps://docs.python.org/3.2/tutorial/datastructures.html#sets
5.5. Dictionarieshttps://docs.python.org/3.2/tutorial/datastructures.html#dictionaries
5.6. Looping Techniqueshttps://docs.python.org/3.2/tutorial/datastructures.html#looping-techniques
5.7. More on Conditionshttps://docs.python.org/3.2/tutorial/datastructures.html#more-on-conditions
5.8. Comparing Sequences and Other Typeshttps://docs.python.org/3.2/tutorial/datastructures.html#comparing-sequences-and-other-types
4. More Control Flow Toolshttps://docs.python.org/3.2/tutorial/controlflow.html
6. Moduleshttps://docs.python.org/3.2/tutorial/modules.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/tutorial/datastructures.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/tutorial/modules.html
previoushttps://docs.python.org/3.2/tutorial/controlflow.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Tutorialhttps://docs.python.org/3.2/tutorial/index.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.