René's URL Explorer Experiment


Title: 10. Survol de la bibliothèque standard — Documentation Python 3.15.0a5

Open Graph Title: 10. Survol de la bibliothèque standard

Description: Interface avec le système d'exploitation: Le module os propose des dizaines de fonctions pour interagir avec le système d'exploitation : Veillez bien à utiliser import os plutôt que from ...

Open Graph Description: Interface avec le système d'exploitation: Le module os propose des dizaines de fonctions pour interagir avec le système d'exploitation : Veillez bien à utiliser import os plutôt que from ...

Opengraph URL: https://docs.python.org/3/tutorial/stdlib.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.15/fr/_images/social_previews/summary_tutorial_stdlib_2f4fe59c.png
og:image:altInterface avec le système d'exploitation: Le module os propose des dizaines de fonctions pour interagir avec le système d'exploitation : Veillez bien à utiliser import os plutôt que from ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table des matièreshttps://docs.python.org/fr/dev/contents.html
10. Survol de la bibliothèque standardhttps://docs.python.org/fr/dev/tutorial/stdlib.html
10.1. Interface avec le système d'exploitationhttps://docs.python.org/fr/dev/tutorial/stdlib.html#operating-system-interface
10.2. Jokers sur les noms de fichiershttps://docs.python.org/fr/dev/tutorial/stdlib.html#file-wildcards
10.3. Paramètres passés en ligne de commandehttps://docs.python.org/fr/dev/tutorial/stdlib.html#command-line-arguments
10.4. Redirection de la sortie d'erreur et fin d'exécutionhttps://docs.python.org/fr/dev/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. Recherche de motifs dans les chaîneshttps://docs.python.org/fr/dev/tutorial/stdlib.html#string-pattern-matching
10.6. Mathématiqueshttps://docs.python.org/fr/dev/tutorial/stdlib.html#mathematics
10.7. Accès à internethttps://docs.python.org/fr/dev/tutorial/stdlib.html#internet-access
10.8. Dates et heureshttps://docs.python.org/fr/dev/tutorial/stdlib.html#dates-and-times
10.9. Compression de donnéeshttps://docs.python.org/fr/dev/tutorial/stdlib.html#data-compression
10.10. Mesure des performanceshttps://docs.python.org/fr/dev/tutorial/stdlib.html#performance-measurement
10.11. Contrôle qualitéhttps://docs.python.org/fr/dev/tutorial/stdlib.html#quality-control
10.12. Piles fournieshttps://docs.python.org/fr/dev/tutorial/stdlib.html#batteries-included
9. Classeshttps://docs.python.org/fr/dev/tutorial/classes.html
11. Survol de la bibliothèque standard -- Deuxième partiehttps://docs.python.org/fr/dev/tutorial/stdlib2.html
Signalement de boguehttps://docs.python.org/fr/dev/bugs.html
Voir la source https://github.com/python/cpython/blob/main/Doc/tutorial/stdlib.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-fr/blob/3.15/tutorial/stdlib.po?plain=1
indexhttps://docs.python.org/fr/dev/genindex.html
moduleshttps://docs.python.org/fr/dev/py-modindex.html
suivanthttps://docs.python.org/fr/dev/tutorial/stdlib2.html
précédenthttps://docs.python.org/fr/dev/tutorial/classes.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/fr/dev/index.html
Le tutoriel Pythonhttps://docs.python.org/fr/dev/tutorial/index.html
10. Survol de la bibliothèque standardhttps://docs.python.org/fr/dev/tutorial/stdlib.html
https://docs.python.org/fr/dev/tutorial/stdlib.html#brief-tour-of-the-standard-library
https://docs.python.org/fr/dev/tutorial/stdlib.html#operating-system-interface
oshttps://docs.python.org/fr/dev/library/os.html#module-os
os.open()https://docs.python.org/fr/dev/library/os.html#os.open
open()https://docs.python.org/fr/dev/library/functions.html#open
dir()https://docs.python.org/fr/dev/library/functions.html#dir
help()https://docs.python.org/fr/dev/library/functions.html#help
oshttps://docs.python.org/fr/dev/library/os.html#module-os
shutilhttps://docs.python.org/fr/dev/library/shutil.html#module-shutil
https://docs.python.org/fr/dev/tutorial/stdlib.html#file-wildcards
globhttps://docs.python.org/fr/dev/library/glob.html#module-glob
https://docs.python.org/fr/dev/tutorial/stdlib.html#command-line-arguments
syshttps://docs.python.org/fr/dev/library/sys.html#module-sys
argparsehttps://docs.python.org/fr/dev/library/argparse.html#module-argparse
https://docs.python.org/fr/dev/tutorial/stdlib.html#error-output-redirection-and-program-termination
syshttps://docs.python.org/fr/dev/library/sys.html#module-sys
https://docs.python.org/fr/dev/tutorial/stdlib.html#string-pattern-matching
rehttps://docs.python.org/fr/dev/library/re.html#module-re
https://docs.python.org/fr/dev/tutorial/stdlib.html#mathematics
mathhttps://docs.python.org/fr/dev/library/math.html#module-math
randomhttps://docs.python.org/fr/dev/library/random.html#module-random
statisticshttps://docs.python.org/fr/dev/library/statistics.html#module-statistics
https://scipy.orghttps://scipy.org
https://docs.python.org/fr/dev/tutorial/stdlib.html#internet-access
urllib.requesthttps://docs.python.org/fr/dev/library/urllib.request.html#module-urllib.request
smtplibhttps://docs.python.org/fr/dev/library/smtplib.html#module-smtplib
https://docs.python.org/fr/dev/tutorial/stdlib.html#dates-and-times
datetimehttps://docs.python.org/fr/dev/library/datetime.html#module-datetime
https://docs.python.org/fr/dev/tutorial/stdlib.html#data-compression
zlibhttps://docs.python.org/fr/dev/library/zlib.html#module-zlib
gziphttps://docs.python.org/fr/dev/library/gzip.html#module-gzip
bz2https://docs.python.org/fr/dev/library/bz2.html#module-bz2
lzmahttps://docs.python.org/fr/dev/library/lzma.html#module-lzma
zipfilehttps://docs.python.org/fr/dev/library/zipfile.html#module-zipfile
tarfilehttps://docs.python.org/fr/dev/library/tarfile.html#module-tarfile
https://docs.python.org/fr/dev/tutorial/stdlib.html#performance-measurement
timeithttps://docs.python.org/fr/dev/library/timeit.html#module-timeit
timeithttps://docs.python.org/fr/dev/library/timeit.html#module-timeit
profilehttps://docs.python.org/fr/dev/library/profile.html#module-profile
pstatshttps://docs.python.org/fr/dev/library/pstats.html#module-pstats
https://docs.python.org/fr/dev/tutorial/stdlib.html#quality-control
doctesthttps://docs.python.org/fr/dev/library/doctest.html#module-doctest
unittesthttps://docs.python.org/fr/dev/library/unittest.html#module-unittest
doctesthttps://docs.python.org/fr/dev/library/doctest.html#module-doctest
https://docs.python.org/fr/dev/tutorial/stdlib.html#batteries-included
xmlrpc.clienthttps://docs.python.org/fr/dev/library/xmlrpc.client.html#module-xmlrpc.client
xmlrpc.serverhttps://docs.python.org/fr/dev/library/xmlrpc.server.html#module-xmlrpc.server
emailhttps://docs.python.org/fr/dev/library/email.html#module-email
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
smtplibhttps://docs.python.org/fr/dev/library/smtplib.html#module-smtplib
poplibhttps://docs.python.org/fr/dev/library/poplib.html#module-poplib
jsonhttps://docs.python.org/fr/dev/library/json.html#module-json
csvhttps://docs.python.org/fr/dev/library/csv.html#module-csv
xml.etree.ElementTreehttps://docs.python.org/fr/dev/library/xml.etree.elementtree.html#module-xml.etree.ElementTree
xml.domhttps://docs.python.org/fr/dev/library/xml.dom.html#module-xml.dom
xml.saxhttps://docs.python.org/fr/dev/library/xml.sax.html#module-xml.sax
sqlite3https://docs.python.org/fr/dev/library/sqlite3.html#module-sqlite3
gettexthttps://docs.python.org/fr/dev/library/gettext.html#module-gettext
localehttps://docs.python.org/fr/dev/library/locale.html#module-locale
codecshttps://docs.python.org/fr/dev/library/codecs.html#module-codecs
Table des matièreshttps://docs.python.org/fr/dev/contents.html
10. Survol de la bibliothèque standardhttps://docs.python.org/fr/dev/tutorial/stdlib.html
10.1. Interface avec le système d'exploitationhttps://docs.python.org/fr/dev/tutorial/stdlib.html#operating-system-interface
10.2. Jokers sur les noms de fichiershttps://docs.python.org/fr/dev/tutorial/stdlib.html#file-wildcards
10.3. Paramètres passés en ligne de commandehttps://docs.python.org/fr/dev/tutorial/stdlib.html#command-line-arguments
10.4. Redirection de la sortie d'erreur et fin d'exécutionhttps://docs.python.org/fr/dev/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. Recherche de motifs dans les chaîneshttps://docs.python.org/fr/dev/tutorial/stdlib.html#string-pattern-matching
10.6. Mathématiqueshttps://docs.python.org/fr/dev/tutorial/stdlib.html#mathematics
10.7. Accès à internethttps://docs.python.org/fr/dev/tutorial/stdlib.html#internet-access
10.8. Dates et heureshttps://docs.python.org/fr/dev/tutorial/stdlib.html#dates-and-times
10.9. Compression de donnéeshttps://docs.python.org/fr/dev/tutorial/stdlib.html#data-compression
10.10. Mesure des performanceshttps://docs.python.org/fr/dev/tutorial/stdlib.html#performance-measurement
10.11. Contrôle qualitéhttps://docs.python.org/fr/dev/tutorial/stdlib.html#quality-control
10.12. Piles fournieshttps://docs.python.org/fr/dev/tutorial/stdlib.html#batteries-included
9. Classeshttps://docs.python.org/fr/dev/tutorial/classes.html
11. Survol de la bibliothèque standard -- Deuxième partiehttps://docs.python.org/fr/dev/tutorial/stdlib2.html
Signalement de boguehttps://docs.python.org/fr/dev/bugs.html
Voir la source https://github.com/python/cpython/blob/main/Doc/tutorial/stdlib.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-fr/blob/3.15/tutorial/stdlib.po?plain=1
indexhttps://docs.python.org/fr/dev/genindex.html
moduleshttps://docs.python.org/fr/dev/py-modindex.html
suivanthttps://docs.python.org/fr/dev/tutorial/stdlib2.html
précédenthttps://docs.python.org/fr/dev/tutorial/classes.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/fr/dev/index.html
Le tutoriel Pythonhttps://docs.python.org/fr/dev/tutorial/index.html
10. Survol de la bibliothèque standardhttps://docs.python.org/fr/dev/tutorial/stdlib.html
Copyrighthttps://docs.python.org/fr/dev/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.