René's URL Explorer Experiment


Title: Le tutoriel Python — Documentation Python 3.14.6

Open Graph Title: Le tutoriel Python

Description: Python est un langage de programmation puissant et facile à apprendre. Il dispose de structures de données de haut niveau et permet une approche simple mais efficace de la programmation orientée ob...

Open Graph Description: Python est un langage de programmation puissant et facile à apprendre. Il dispose de structures de données de haut niveau et permet une approche simple mais efficace de la programmation orientée ob...

Opengraph URL: https://docs.python.org/3/tutorial/index.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_index_62725e9e.png
og:image:altPython est un langage de programmation puissant et facile à apprendre. Il dispose de structures de données de haut niveau et permet une approche simple mais efficace de la programmation orientée ob...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Changeloghttps://docs.python.org/fr/3/whatsnew/changelog.html
1. Mise en bouchehttps://docs.python.org/fr/3/tutorial/appetite.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/index.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-fr/blob/3.14/tutorial/index.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/appetite.html
précédenthttps://docs.python.org/fr/3/whatsnew/changelog.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/
https://docs.python.org/fr/3/tutorial/#the-python-tutorial
https://www.python.org/https://www.python.org/
La bibliothèque standardhttps://docs.python.org/fr/3/library/index.html#library-index
La référence du langage Pythonhttps://docs.python.org/fr/3/reference/index.html#reference-index
Extension et intégration de l'interpréteur Pythonhttps://docs.python.org/fr/3/extending/index.html#extending-index
Python/C API reference manualhttps://docs.python.org/fr/3/c-api/index.html#c-api-index
La bibliothèque standardhttps://docs.python.org/fr/3/library/index.html#library-index
Glossairehttps://docs.python.org/fr/3/glossary.html#glossary
1. Mise en bouchehttps://docs.python.org/fr/3/tutorial/appetite.html
2. Mode d'emploi de l'interpréteur Pythonhttps://docs.python.org/fr/3/tutorial/interpreter.html
2.1. Lancement de l'interpréteurhttps://docs.python.org/fr/3/tutorial/interpreter.html#invoking-the-interpreter
2.1.1. Passage d'argumentshttps://docs.python.org/fr/3/tutorial/interpreter.html#argument-passing
2.1.2. Mode interactifhttps://docs.python.org/fr/3/tutorial/interpreter.html#interactive-mode
2.2. L'interpréteur et son environnementhttps://docs.python.org/fr/3/tutorial/interpreter.html#the-interpreter-and-its-environment
2.2.1. Encodage du code sourcehttps://docs.python.org/fr/3/tutorial/interpreter.html#source-code-encoding
3. Introduction informelle à Pythonhttps://docs.python.org/fr/3/tutorial/introduction.html
3.1. Utilisation de Python comme une calculatricehttps://docs.python.org/fr/3/tutorial/introduction.html#using-python-as-a-calculator
3.1.1. Les nombreshttps://docs.python.org/fr/3/tutorial/introduction.html#numbers
3.1.2. Texthttps://docs.python.org/fr/3/tutorial/introduction.html#text
3.1.3. Listeshttps://docs.python.org/fr/3/tutorial/introduction.html#lists
3.2. Premiers pas vers la programmationhttps://docs.python.org/fr/3/tutorial/introduction.html#first-steps-towards-programming
4. D'autres outils de contrôle de fluxhttps://docs.python.org/fr/3/tutorial/controlflow.html
4.1. L'instruction ifhttps://docs.python.org/fr/3/tutorial/controlflow.html#if-statements
4.2. L'instruction forhttps://docs.python.org/fr/3/tutorial/controlflow.html#for-statements
4.3. La fonction range()https://docs.python.org/fr/3/tutorial/controlflow.html#the-range-function
4.4. Les instructions break et continuehttps://docs.python.org/fr/3/tutorial/controlflow.html#break-and-continue-statements
4.5. La clause else au sein des boucleshttps://docs.python.org/fr/3/tutorial/controlflow.html#else-clauses-on-loops
4.6. L'instruction passhttps://docs.python.org/fr/3/tutorial/controlflow.html#pass-statements
4.7. L'instruction matchhttps://docs.python.org/fr/3/tutorial/controlflow.html#match-statements
4.8. Définir des fonctionshttps://docs.python.org/fr/3/tutorial/controlflow.html#defining-functions
4.9. Davantage sur la définition des fonctionshttps://docs.python.org/fr/3/tutorial/controlflow.html#more-on-defining-functions
4.9.1. Valeur par défaut des argumentshttps://docs.python.org/fr/3/tutorial/controlflow.html#default-argument-values
4.9.2. Les arguments nomméshttps://docs.python.org/fr/3/tutorial/controlflow.html#keyword-arguments
4.9.3. Paramètres spéciauxhttps://docs.python.org/fr/3/tutorial/controlflow.html#special-parameters
4.9.3.1. Les arguments positionnels-ou-nomméshttps://docs.python.org/fr/3/tutorial/controlflow.html#positional-or-keyword-arguments
4.9.3.2. Paramètres positionnels uniquementhttps://docs.python.org/fr/3/tutorial/controlflow.html#positional-only-parameters
4.9.3.3. Arguments nommés uniquementhttps://docs.python.org/fr/3/tutorial/controlflow.html#keyword-only-arguments
4.9.3.4. Exemples de fonctionshttps://docs.python.org/fr/3/tutorial/controlflow.html#function-examples
4.9.3.5. Récapitulatifhttps://docs.python.org/fr/3/tutorial/controlflow.html#recap
4.9.4. Listes d'arguments arbitraireshttps://docs.python.org/fr/3/tutorial/controlflow.html#arbitrary-argument-lists
4.9.5. Séparation des listes d'argumentshttps://docs.python.org/fr/3/tutorial/controlflow.html#unpacking-argument-lists
4.9.6. Fonctions anonymeshttps://docs.python.org/fr/3/tutorial/controlflow.html#lambda-expressions
4.9.7. Chaînes de documentationhttps://docs.python.org/fr/3/tutorial/controlflow.html#documentation-strings
4.9.8. Annotations de fonctionshttps://docs.python.org/fr/3/tutorial/controlflow.html#function-annotations
4.10. Aparté : le style de codagehttps://docs.python.org/fr/3/tutorial/controlflow.html#intermezzo-coding-style
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
6. Moduleshttps://docs.python.org/fr/3/tutorial/modules.html
6.1. Les modules en détailhttps://docs.python.org/fr/3/tutorial/modules.html#more-on-modules
6.1.1. Exécuter des modules comme des scriptshttps://docs.python.org/fr/3/tutorial/modules.html#executing-modules-as-scripts
6.1.2. Les dossiers de recherche de moduleshttps://docs.python.org/fr/3/tutorial/modules.html#the-module-search-path
6.1.3. Fichiers Python « compilés »https://docs.python.org/fr/3/tutorial/modules.html#compiled-python-files
6.2. Modules standardshttps://docs.python.org/fr/3/tutorial/modules.html#standard-modules
6.3. La fonction dir()https://docs.python.org/fr/3/tutorial/modules.html#the-dir-function
6.4. Les paquetshttps://docs.python.org/fr/3/tutorial/modules.html#packages
6.4.1. Importer * depuis un paquethttps://docs.python.org/fr/3/tutorial/modules.html#importing-from-a-package
6.4.2. Références internes dans un paquethttps://docs.python.org/fr/3/tutorial/modules.html#intra-package-references
6.4.3. Paquets dans plusieurs dossiershttps://docs.python.org/fr/3/tutorial/modules.html#packages-in-multiple-directories
7. Les entrées/sortieshttps://docs.python.org/fr/3/tutorial/inputoutput.html
7.1. Formatage de donnéeshttps://docs.python.org/fr/3/tutorial/inputoutput.html#fancier-output-formatting
7.1.1. Les chaines de caractères formatées (f-strings)https://docs.python.org/fr/3/tutorial/inputoutput.html#formatted-string-literals
7.1.2. La méthode de chaine de caractères format()https://docs.python.org/fr/3/tutorial/inputoutput.html#the-string-format-method
7.1.3. Formatage de chaînes à la mainhttps://docs.python.org/fr/3/tutorial/inputoutput.html#manual-string-formatting
7.1.4. Anciennes méthodes de formatage de chaîneshttps://docs.python.org/fr/3/tutorial/inputoutput.html#old-string-formatting
7.2. Lecture et écriture de fichiershttps://docs.python.org/fr/3/tutorial/inputoutput.html#reading-and-writing-files
7.2.1. Méthodes des objets fichiershttps://docs.python.org/fr/3/tutorial/inputoutput.html#methods-of-file-objects
7.2.2. Sauvegarde de données structurées avec le module jsonhttps://docs.python.org/fr/3/tutorial/inputoutput.html#saving-structured-data-with-json
8. Erreurs et exceptionshttps://docs.python.org/fr/3/tutorial/errors.html
8.1. Les erreurs de syntaxehttps://docs.python.org/fr/3/tutorial/errors.html#syntax-errors
8.2. Exceptionshttps://docs.python.org/fr/3/tutorial/errors.html#exceptions
8.3. Gestion des exceptionshttps://docs.python.org/fr/3/tutorial/errors.html#handling-exceptions
8.4. Déclencher des exceptionshttps://docs.python.org/fr/3/tutorial/errors.html#raising-exceptions
8.5. Chaînage d'exceptionshttps://docs.python.org/fr/3/tutorial/errors.html#exception-chaining
8.6. Exceptions définies par l'utilisateurhttps://docs.python.org/fr/3/tutorial/errors.html#user-defined-exceptions
8.7. Définition d'actions de nettoyagehttps://docs.python.org/fr/3/tutorial/errors.html#defining-clean-up-actions
8.8. Actions de nettoyage prédéfinieshttps://docs.python.org/fr/3/tutorial/errors.html#predefined-clean-up-actions
8.9. Levée et gestion de multiples exceptions non corréléeshttps://docs.python.org/fr/3/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions
8.10. Enrichissement des exceptions avec des noteshttps://docs.python.org/fr/3/tutorial/errors.html#enriching-exceptions-with-notes
9. Classeshttps://docs.python.org/fr/3/tutorial/classes.html
9.1. Objets et noms : préambulehttps://docs.python.org/fr/3/tutorial/classes.html#a-word-about-names-and-objects
9.2. Portées et espaces de nommage en Pythonhttps://docs.python.org/fr/3/tutorial/classes.html#python-scopes-and-namespaces
9.2.1. Exemple de portées et d'espaces de nommagehttps://docs.python.org/fr/3/tutorial/classes.html#scopes-and-namespaces-example
9.3. Une première approche des classeshttps://docs.python.org/fr/3/tutorial/classes.html#a-first-look-at-classes
9.3.1. Syntaxe de définition des classeshttps://docs.python.org/fr/3/tutorial/classes.html#class-definition-syntax
9.3.2. Objets classeshttps://docs.python.org/fr/3/tutorial/classes.html#class-objects
9.3.3. Objets instanceshttps://docs.python.org/fr/3/tutorial/classes.html#instance-objects
9.3.4. Objets méthodehttps://docs.python.org/fr/3/tutorial/classes.html#method-objects
9.3.5. Variables de classe et d’instancehttps://docs.python.org/fr/3/tutorial/classes.html#class-and-instance-variables
9.4. Remarques diverseshttps://docs.python.org/fr/3/tutorial/classes.html#random-remarks
9.5. Héritagehttps://docs.python.org/fr/3/tutorial/classes.html#inheritance
9.5.1. Héritage multiplehttps://docs.python.org/fr/3/tutorial/classes.html#multiple-inheritance
9.6. Variables privéeshttps://docs.python.org/fr/3/tutorial/classes.html#private-variables
9.7. Trucs et astuceshttps://docs.python.org/fr/3/tutorial/classes.html#odds-and-ends
9.8. Itérateurshttps://docs.python.org/fr/3/tutorial/classes.html#iterators
9.9. Générateurshttps://docs.python.org/fr/3/tutorial/classes.html#generators
9.10. Expressions et générateurshttps://docs.python.org/fr/3/tutorial/classes.html#generator-expressions
10. Brief tour of the standard libraryhttps://docs.python.org/fr/3/tutorial/stdlib.html
10.1. Operating system interfacehttps://docs.python.org/fr/3/tutorial/stdlib.html#operating-system-interface
10.2. File wildcardshttps://docs.python.org/fr/3/tutorial/stdlib.html#file-wildcards
10.3. Command-line argumentshttps://docs.python.org/fr/3/tutorial/stdlib.html#command-line-arguments
10.4. Error output redirection and program terminationhttps://docs.python.org/fr/3/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. String pattern matchinghttps://docs.python.org/fr/3/tutorial/stdlib.html#string-pattern-matching
10.6. Mathématiqueshttps://docs.python.org/fr/3/tutorial/stdlib.html#mathematics
10.7. Internet accesshttps://docs.python.org/fr/3/tutorial/stdlib.html#internet-access
10.8. Dates and timeshttps://docs.python.org/fr/3/tutorial/stdlib.html#dates-and-times
10.9. Data compressionhttps://docs.python.org/fr/3/tutorial/stdlib.html#data-compression
10.10. Performance measurementhttps://docs.python.org/fr/3/tutorial/stdlib.html#performance-measurement
10.11. Quality controlhttps://docs.python.org/fr/3/tutorial/stdlib.html#quality-control
10.12. Batteries includedhttps://docs.python.org/fr/3/tutorial/stdlib.html#batteries-included
11. Brief tour of the standard library --- part IIhttps://docs.python.org/fr/3/tutorial/stdlib2.html
11.1. Output formattinghttps://docs.python.org/fr/3/tutorial/stdlib2.html#output-formatting
11.2. Gabarits (templates en anglais)https://docs.python.org/fr/3/tutorial/stdlib2.html#templating
11.3. Working with binary data record layoutshttps://docs.python.org/fr/3/tutorial/stdlib2.html#working-with-binary-data-record-layouts
11.4. Fils d'exécutionhttps://docs.python.org/fr/3/tutorial/stdlib2.html#multi-threading
11.5. Journalisationhttps://docs.python.org/fr/3/tutorial/stdlib2.html#logging
11.6. Weak referenceshttps://docs.python.org/fr/3/tutorial/stdlib2.html#weak-references
11.7. Tools for working with listshttps://docs.python.org/fr/3/tutorial/stdlib2.html#tools-for-working-with-lists
11.8. Decimal floating-point arithmetichttps://docs.python.org/fr/3/tutorial/stdlib2.html#decimal-floating-point-arithmetic
12. Environnements virtuels et paquetshttps://docs.python.org/fr/3/tutorial/venv.html
12.1. Introductionhttps://docs.python.org/fr/3/tutorial/venv.html#introduction
12.2. Création d'environnements virtuelshttps://docs.python.org/fr/3/tutorial/venv.html#creating-virtual-environments
12.3. Gestion des paquets avec piphttps://docs.python.org/fr/3/tutorial/venv.html#managing-packages-with-pip
13. Pour aller plus loinhttps://docs.python.org/fr/3/tutorial/whatnow.html
14. Édition interactive des entrées et substitution d'historiquehttps://docs.python.org/fr/3/tutorial/interactive.html
14.1. Complétion automatique et édition de l'historiquehttps://docs.python.org/fr/3/tutorial/interactive.html#tab-completion-and-history-editing
14.2. Alternatives à l'interpréteur interactifhttps://docs.python.org/fr/3/tutorial/interactive.html#alternatives-to-the-interactive-interpreter
15. Floating-Point Arithmetic: Issues and Limitationshttps://docs.python.org/fr/3/tutorial/floatingpoint.html
15.1. Erreurs de représentationhttps://docs.python.org/fr/3/tutorial/floatingpoint.html#representation-error
16. Annexehttps://docs.python.org/fr/3/tutorial/appendix.html
16.1. Mode interactifhttps://docs.python.org/fr/3/tutorial/appendix.html#interactive-mode
16.1.1. Gestion des erreurshttps://docs.python.org/fr/3/tutorial/appendix.html#error-handling
16.1.2. Scripts Python exécutableshttps://docs.python.org/fr/3/tutorial/appendix.html#executable-python-scripts
16.1.3. Configuration du mode interactifhttps://docs.python.org/fr/3/tutorial/appendix.html#the-interactive-startup-file
16.1.4. Modules de personnalisationhttps://docs.python.org/fr/3/tutorial/appendix.html#the-customization-modules
Changeloghttps://docs.python.org/fr/3/whatsnew/changelog.html
1. Mise en bouchehttps://docs.python.org/fr/3/tutorial/appetite.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/index.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-fr/blob/3.14/tutorial/index.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/appetite.html
précédenthttps://docs.python.org/fr/3/whatsnew/changelog.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/
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.