René's URL Explorer Experiment


Title: 10. Brief Tour of the Standard Library — Python 3.14.2 documentation

Open Graph Title: 10. Brief Tour of the Standard Library

Description: Operating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...

Open Graph Description: Operating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...

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.14/_images/social_previews/summary_tutorial_stdlib_0865b881.png
og:image:altOperating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
10. Brief Tour of the Standard Libraryhttps://docs.python.org/tutorial/stdlib.html
10.1. Operating System Interfacehttps://docs.python.org/tutorial/stdlib.html#operating-system-interface
10.2. File Wildcardshttps://docs.python.org/tutorial/stdlib.html#file-wildcards
10.3. Command Line Argumentshttps://docs.python.org/tutorial/stdlib.html#command-line-arguments
10.4. Error Output Redirection and Program Terminationhttps://docs.python.org/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. String Pattern Matchinghttps://docs.python.org/tutorial/stdlib.html#string-pattern-matching
10.6. Mathematicshttps://docs.python.org/tutorial/stdlib.html#mathematics
10.7. Internet Accesshttps://docs.python.org/tutorial/stdlib.html#internet-access
10.8. Dates and Timeshttps://docs.python.org/tutorial/stdlib.html#dates-and-times
10.9. Data Compressionhttps://docs.python.org/tutorial/stdlib.html#data-compression
10.10. Performance Measurementhttps://docs.python.org/tutorial/stdlib.html#performance-measurement
10.11. Quality Controlhttps://docs.python.org/tutorial/stdlib.html#quality-control
10.12. Batteries Includedhttps://docs.python.org/tutorial/stdlib.html#batteries-included
9. Classeshttps://docs.python.org/tutorial/classes.html
11. Brief Tour of the Standard Library — Part IIhttps://docs.python.org/tutorial/stdlib2.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/stdlib.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/tutorial/stdlib2.html
previoushttps://docs.python.org/tutorial/classes.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Tutorialhttps://docs.python.org/tutorial/index.html
10. Brief Tour of the Standard Libraryhttps://docs.python.org/tutorial/stdlib.html
https://docs.python.org/tutorial/stdlib.html#brief-tour-of-the-standard-library
https://docs.python.org/tutorial/stdlib.html#operating-system-interface
oshttps://docs.python.org/library/os.html#module-os
os.open()https://docs.python.org/library/os.html#os.open
open()https://docs.python.org/library/functions.html#open
dir()https://docs.python.org/library/functions.html#dir
help()https://docs.python.org/library/functions.html#help
oshttps://docs.python.org/library/os.html#module-os
shutilhttps://docs.python.org/library/shutil.html#module-shutil
https://docs.python.org/tutorial/stdlib.html#file-wildcards
globhttps://docs.python.org/library/glob.html#module-glob
https://docs.python.org/tutorial/stdlib.html#command-line-arguments
syshttps://docs.python.org/library/sys.html#module-sys
argparsehttps://docs.python.org/library/argparse.html#module-argparse
https://docs.python.org/tutorial/stdlib.html#error-output-redirection-and-program-termination
syshttps://docs.python.org/library/sys.html#module-sys
https://docs.python.org/tutorial/stdlib.html#string-pattern-matching
rehttps://docs.python.org/library/re.html#module-re
https://docs.python.org/tutorial/stdlib.html#mathematics
mathhttps://docs.python.org/library/math.html#module-math
randomhttps://docs.python.org/library/random.html#module-random
statisticshttps://docs.python.org/library/statistics.html#module-statistics
https://scipy.orghttps://scipy.org
https://docs.python.org/tutorial/stdlib.html#internet-access
urllib.requesthttps://docs.python.org/library/urllib.request.html#module-urllib.request
smtplibhttps://docs.python.org/library/smtplib.html#module-smtplib
https://docs.python.org/tutorial/stdlib.html#dates-and-times
datetimehttps://docs.python.org/library/datetime.html#module-datetime
https://docs.python.org/tutorial/stdlib.html#data-compression
zlibhttps://docs.python.org/library/zlib.html#module-zlib
gziphttps://docs.python.org/library/gzip.html#module-gzip
bz2https://docs.python.org/library/bz2.html#module-bz2
lzmahttps://docs.python.org/library/lzma.html#module-lzma
zipfilehttps://docs.python.org/library/zipfile.html#module-zipfile
tarfilehttps://docs.python.org/library/tarfile.html#module-tarfile
https://docs.python.org/tutorial/stdlib.html#performance-measurement
timeithttps://docs.python.org/library/timeit.html#module-timeit
timeithttps://docs.python.org/library/timeit.html#module-timeit
profilehttps://docs.python.org/library/profile.html#module-profile
pstatshttps://docs.python.org/library/profile.html#module-pstats
https://docs.python.org/tutorial/stdlib.html#quality-control
doctesthttps://docs.python.org/library/doctest.html#module-doctest
unittesthttps://docs.python.org/library/unittest.html#module-unittest
doctesthttps://docs.python.org/library/doctest.html#module-doctest
https://docs.python.org/tutorial/stdlib.html#batteries-included
xmlrpc.clienthttps://docs.python.org/library/xmlrpc.client.html#module-xmlrpc.client
xmlrpc.serverhttps://docs.python.org/library/xmlrpc.server.html#module-xmlrpc.server
emailhttps://docs.python.org/library/email.html#module-email
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
smtplibhttps://docs.python.org/library/smtplib.html#module-smtplib
poplibhttps://docs.python.org/library/poplib.html#module-poplib
jsonhttps://docs.python.org/library/json.html#module-json
csvhttps://docs.python.org/library/csv.html#module-csv
xml.etree.ElementTreehttps://docs.python.org/library/xml.etree.elementtree.html#module-xml.etree.ElementTree
xml.domhttps://docs.python.org/library/xml.dom.html#module-xml.dom
xml.saxhttps://docs.python.org/library/xml.sax.html#module-xml.sax
sqlite3https://docs.python.org/library/sqlite3.html#module-sqlite3
gettexthttps://docs.python.org/library/gettext.html#module-gettext
localehttps://docs.python.org/library/locale.html#module-locale
codecshttps://docs.python.org/library/codecs.html#module-codecs
Table of Contentshttps://docs.python.org/contents.html
10. Brief Tour of the Standard Libraryhttps://docs.python.org/tutorial/stdlib.html
10.1. Operating System Interfacehttps://docs.python.org/tutorial/stdlib.html#operating-system-interface
10.2. File Wildcardshttps://docs.python.org/tutorial/stdlib.html#file-wildcards
10.3. Command Line Argumentshttps://docs.python.org/tutorial/stdlib.html#command-line-arguments
10.4. Error Output Redirection and Program Terminationhttps://docs.python.org/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. String Pattern Matchinghttps://docs.python.org/tutorial/stdlib.html#string-pattern-matching
10.6. Mathematicshttps://docs.python.org/tutorial/stdlib.html#mathematics
10.7. Internet Accesshttps://docs.python.org/tutorial/stdlib.html#internet-access
10.8. Dates and Timeshttps://docs.python.org/tutorial/stdlib.html#dates-and-times
10.9. Data Compressionhttps://docs.python.org/tutorial/stdlib.html#data-compression
10.10. Performance Measurementhttps://docs.python.org/tutorial/stdlib.html#performance-measurement
10.11. Quality Controlhttps://docs.python.org/tutorial/stdlib.html#quality-control
10.12. Batteries Includedhttps://docs.python.org/tutorial/stdlib.html#batteries-included
9. Classeshttps://docs.python.org/tutorial/classes.html
11. Brief Tour of the Standard Library — Part IIhttps://docs.python.org/tutorial/stdlib2.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/stdlib.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/tutorial/stdlib2.html
previoushttps://docs.python.org/tutorial/classes.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Tutorialhttps://docs.python.org/tutorial/index.html
10. Brief Tour of the Standard Libraryhttps://docs.python.org/tutorial/stdlib.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.