René's URL Explorer Experiment


Title: 5. Structures de données — Documentation Python 3.14.6

Open Graph Title: 5. Structures de données

Description: Ce chapitre reprend plus en détail quelques points déjà décrits précédemment et introduit également de nouvelles notions. Compléments sur les listes: The list data type has some more methods. Here ...

Open Graph Description: Ce chapitre reprend plus en détail quelques points déjà décrits précédemment et introduit également de nouvelles notions. Compléments sur les listes: The list data type has some more methods. Here ...

Opengraph URL: https://docs.python.org/3/tutorial/datastructures.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/fr/_images/social_previews/summary_tutorial_datastructures_050140e4.png
og:image:altCe chapitre reprend plus en détail quelques points déjà décrits précédemment et introduit également de nouvelles notions. Compléments sur les listes: The list data type has some more methods. Here ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table des matièreshttps://docs.python.org/fr/3/contents.html
5. Structures de donnéeshttps://docs.python.org/fr/3/tutorial/datastructures.html
5.1. Compléments sur les listeshttps://docs.python.org/fr/3/tutorial/datastructures.html#more-on-lists
5.1.1. Utilisation des listes comme des pileshttps://docs.python.org/fr/3/tutorial/datastructures.html#using-lists-as-stacks
5.1.2. Utilisation des listes comme des fileshttps://docs.python.org/fr/3/tutorial/datastructures.html#using-lists-as-queues
5.1.3. Listes en compréhensionhttps://docs.python.org/fr/3/tutorial/datastructures.html#list-comprehensions
5.1.4. Listes en compréhensions imbriquéeshttps://docs.python.org/fr/3/tutorial/datastructures.html#nested-list-comprehensions
5.2. L'instruction delhttps://docs.python.org/fr/3/tutorial/datastructures.html#the-del-statement
5.3. n-uplets et séquenceshttps://docs.python.org/fr/3/tutorial/datastructures.html#tuples-and-sequences
5.4. Ensembleshttps://docs.python.org/fr/3/tutorial/datastructures.html#sets
5.5. Dictionnaireshttps://docs.python.org/fr/3/tutorial/datastructures.html#dictionaries
5.6. Techniques de boucleshttps://docs.python.org/fr/3/tutorial/datastructures.html#looping-techniques
5.7. Plus d'informations sur les conditionshttps://docs.python.org/fr/3/tutorial/datastructures.html#more-on-conditions
5.8. Comparer des séquences avec d'autres typeshttps://docs.python.org/fr/3/tutorial/datastructures.html#comparing-sequences-and-other-types
4. D'autres outils de contrôle de fluxhttps://docs.python.org/fr/3/tutorial/controlflow.html
6. Moduleshttps://docs.python.org/fr/3/tutorial/modules.html
Signalement de boguehttps://docs.python.org/fr/3/bugs.html
Improve this pagehttps://docs.python.org/fr/3/improve-page-nojs.html
Voir la source https://github.com/python/cpython/blob/main/Doc/tutorial/datastructures.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-fr/blob/3.14/tutorial/datastructures.po?plain=1
indexhttps://docs.python.org/fr/3/genindex.html
moduleshttps://docs.python.org/fr/3/py-modindex.html
suivanthttps://docs.python.org/fr/3/tutorial/modules.html
précédenthttps://docs.python.org/fr/3/tutorial/controlflow.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/fr/3/index.html
Le tutoriel Pythonhttps://docs.python.org/fr/3/tutorial/index.html
5. Structures de donnéeshttps://docs.python.org/fr/3/tutorial/datastructures.html
https://docs.python.org/fr/3/tutorial/datastructures.html#data-structures
https://docs.python.org/fr/3/tutorial/datastructures.html#more-on-lists
listhttps://docs.python.org/fr/3/library/stdtypes.html#typesseq-list
ValueErrorhttps://docs.python.org/fr/3/library/exceptions.html#ValueError
IndexErrorhttps://docs.python.org/fr/3/library/exceptions.html#IndexError
ValueErrorhttps://docs.python.org/fr/3/library/exceptions.html#ValueError
sorted()https://docs.python.org/fr/3/library/functions.html#sorted
[1]https://docs.python.org/fr/3/tutorial/datastructures.html#id2
https://docs.python.org/fr/3/tutorial/datastructures.html#using-lists-as-stacks
append()https://docs.python.org/fr/3/library/stdtypes.html#list.append
pop()https://docs.python.org/fr/3/library/stdtypes.html#list.pop
https://docs.python.org/fr/3/tutorial/datastructures.html#using-lists-as-queues
collections.dequehttps://docs.python.org/fr/3/library/collections.html#collections.deque
https://docs.python.org/fr/3/tutorial/datastructures.html#list-comprehensions
forhttps://docs.python.org/fr/3/reference/compound_stmts.html#for
ifhttps://docs.python.org/fr/3/reference/compound_stmts.html#if
https://docs.python.org/fr/3/tutorial/datastructures.html#nested-list-comprehensions
forhttps://docs.python.org/fr/3/reference/compound_stmts.html#for
zip()https://docs.python.org/fr/3/library/functions.html#zip
Séparation des listes d'argumentshttps://docs.python.org/fr/3/tutorial/controlflow.html#tut-unpacking-arguments
https://docs.python.org/fr/3/tutorial/datastructures.html#the-del-statement
delhttps://docs.python.org/fr/3/reference/simple_stmts.html#del
pop()https://docs.python.org/fr/3/library/stdtypes.html#list.pop
delhttps://docs.python.org/fr/3/reference/simple_stmts.html#del
delhttps://docs.python.org/fr/3/reference/simple_stmts.html#del
https://docs.python.org/fr/3/tutorial/datastructures.html#tuples-and-sequences
Types séquentiels — list, tuple, rangehttps://docs.python.org/fr/3/library/stdtypes.html#typesseq
immuableshttps://docs.python.org/fr/3/glossary.html#term-immutable
namedtupleshttps://docs.python.org/fr/3/library/collections.html#collections.namedtuple
mutableshttps://docs.python.org/fr/3/glossary.html#term-mutable
https://docs.python.org/fr/3/tutorial/datastructures.html#sets
setshttps://docs.python.org/fr/3/library/stdtypes.html#types-set
set()https://docs.python.org/fr/3/library/stdtypes.html#set
listes en compréhensionhttps://docs.python.org/fr/3/tutorial/datastructures.html#tut-listcomps
https://docs.python.org/fr/3/tutorial/datastructures.html#dictionaries
Les types de correspondances — dicthttps://docs.python.org/fr/3/library/stdtypes.html#typesmapping
append()https://docs.python.org/fr/3/library/stdtypes.html#list.append
extend()https://docs.python.org/fr/3/library/stdtypes.html#list.extend
KeyErrorhttps://docs.python.org/fr/3/library/exceptions.html#KeyError
get()https://docs.python.org/fr/3/library/stdtypes.html#dict.get
inhttps://docs.python.org/fr/3/reference/expressions.html#in
dict()https://docs.python.org/fr/3/library/stdtypes.html#dict
https://docs.python.org/fr/3/tutorial/datastructures.html#looping-techniques
items()https://docs.python.org/fr/3/library/stdtypes.html#dict.items
enumerate()https://docs.python.org/fr/3/library/functions.html#enumerate
zip()https://docs.python.org/fr/3/library/functions.html#zip
reversed()https://docs.python.org/fr/3/library/functions.html#reversed
sorted()https://docs.python.org/fr/3/library/functions.html#sorted
set()https://docs.python.org/fr/3/library/stdtypes.html#set
sorted()https://docs.python.org/fr/3/library/functions.html#sorted
https://docs.python.org/fr/3/tutorial/datastructures.html#more-on-conditions
l'opérateur morsehttps://docs.python.org/fr/3/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression
https://docs.python.org/fr/3/tutorial/datastructures.html#comparing-sequences-and-other-types
TypeErrorhttps://docs.python.org/fr/3/library/exceptions.html#TypeError
1https://docs.python.org/fr/3/tutorial/datastructures.html#id1
Table des matièreshttps://docs.python.org/fr/3/contents.html
5. Structures de donnéeshttps://docs.python.org/fr/3/tutorial/datastructures.html
5.1. Compléments sur les listeshttps://docs.python.org/fr/3/tutorial/datastructures.html#more-on-lists
5.1.1. Utilisation des listes comme des pileshttps://docs.python.org/fr/3/tutorial/datastructures.html#using-lists-as-stacks
5.1.2. Utilisation des listes comme des fileshttps://docs.python.org/fr/3/tutorial/datastructures.html#using-lists-as-queues
5.1.3. Listes en compréhensionhttps://docs.python.org/fr/3/tutorial/datastructures.html#list-comprehensions
5.1.4. Listes en compréhensions imbriquéeshttps://docs.python.org/fr/3/tutorial/datastructures.html#nested-list-comprehensions
5.2. L'instruction delhttps://docs.python.org/fr/3/tutorial/datastructures.html#the-del-statement
5.3. n-uplets et séquenceshttps://docs.python.org/fr/3/tutorial/datastructures.html#tuples-and-sequences
5.4. Ensembleshttps://docs.python.org/fr/3/tutorial/datastructures.html#sets
5.5. Dictionnaireshttps://docs.python.org/fr/3/tutorial/datastructures.html#dictionaries
5.6. Techniques de boucleshttps://docs.python.org/fr/3/tutorial/datastructures.html#looping-techniques
5.7. Plus d'informations sur les conditionshttps://docs.python.org/fr/3/tutorial/datastructures.html#more-on-conditions
5.8. Comparer des séquences avec d'autres typeshttps://docs.python.org/fr/3/tutorial/datastructures.html#comparing-sequences-and-other-types
4. D'autres outils de contrôle de fluxhttps://docs.python.org/fr/3/tutorial/controlflow.html
6. Moduleshttps://docs.python.org/fr/3/tutorial/modules.html
Signalement de boguehttps://docs.python.org/fr/3/bugs.html
Improve this pagehttps://docs.python.org/fr/3/improve-page-nojs.html
Voir la source https://github.com/python/cpython/blob/main/Doc/tutorial/datastructures.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-fr/blob/3.14/tutorial/datastructures.po?plain=1
indexhttps://docs.python.org/fr/3/genindex.html
moduleshttps://docs.python.org/fr/3/py-modindex.html
suivanthttps://docs.python.org/fr/3/tutorial/modules.html
précédenthttps://docs.python.org/fr/3/tutorial/controlflow.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/fr/3/index.html
Le tutoriel Pythonhttps://docs.python.org/fr/3/tutorial/index.html
5. Structures de donnéeshttps://docs.python.org/fr/3/tutorial/datastructures.html
Copyrighthttps://docs.python.org/fr/3/copyright.html
Histoire et licencehttps://docs.python.org/license.html
Elle vit de vos dons.https://www.python.org/psf/donations/
Un boguehttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.