René's URL Explorer Experiment


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

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/tutorial/stdlib.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/tutorial/stdlib2.html
previoushttps://docs.python.org/2/tutorial/classes.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Tutorialhttps://docs.python.org/2/tutorial/index.html
https://docs.python.org/2/tutorial/stdlib.html#brief-tour-of-the-standard-library
https://docs.python.org/2/tutorial/stdlib.html#operating-system-interface
oshttps://docs.python.org/2/library/os.html#module-os
os.open()https://docs.python.org/2/library/os.html#os.open
open()https://docs.python.org/2/library/functions.html#open
dir()https://docs.python.org/2/library/functions.html#dir
help()https://docs.python.org/2/library/functions.html#help
oshttps://docs.python.org/2/library/os.html#module-os
shutilhttps://docs.python.org/2/library/shutil.html#module-shutil
https://docs.python.org/2/tutorial/stdlib.html#file-wildcards
globhttps://docs.python.org/2/library/glob.html#module-glob
https://docs.python.org/2/tutorial/stdlib.html#command-line-arguments
syshttps://docs.python.org/2/library/sys.html#module-sys
getopthttps://docs.python.org/2/library/getopt.html#module-getopt
getopt()https://docs.python.org/2/library/getopt.html#module-getopt
argparsehttps://docs.python.org/2/library/argparse.html#module-argparse
https://docs.python.org/2/tutorial/stdlib.html#error-output-redirection-and-program-termination
syshttps://docs.python.org/2/library/sys.html#module-sys
https://docs.python.org/2/tutorial/stdlib.html#string-pattern-matching
rehttps://docs.python.org/2/library/re.html#module-re
https://docs.python.org/2/tutorial/stdlib.html#mathematics
mathhttps://docs.python.org/2/library/math.html#module-math
randomhttps://docs.python.org/2/library/random.html#module-random
https://docs.python.org/2/tutorial/stdlib.html#internet-access
urllib2https://docs.python.org/2/library/urllib2.html#module-urllib2
smtplibhttps://docs.python.org/2/library/smtplib.html#module-smtplib
https://docs.python.org/2/tutorial/stdlib.html#dates-and-times
datetimehttps://docs.python.org/2/library/datetime.html#module-datetime
https://docs.python.org/2/tutorial/stdlib.html#data-compression
zlibhttps://docs.python.org/2/library/zlib.html#module-zlib
gziphttps://docs.python.org/2/library/gzip.html#module-gzip
bz2https://docs.python.org/2/library/bz2.html#module-bz2
zipfilehttps://docs.python.org/2/library/zipfile.html#module-zipfile
tarfilehttps://docs.python.org/2/library/tarfile.html#module-tarfile
https://docs.python.org/2/tutorial/stdlib.html#performance-measurement
timeithttps://docs.python.org/2/library/timeit.html#module-timeit
timeithttps://docs.python.org/2/library/timeit.html#module-timeit
profilehttps://docs.python.org/2/library/profile.html#module-profile
pstatshttps://docs.python.org/2/library/profile.html#module-pstats
https://docs.python.org/2/tutorial/stdlib.html#quality-control
doctesthttps://docs.python.org/2/library/doctest.html#module-doctest
unittesthttps://docs.python.org/2/library/unittest.html#module-unittest
doctesthttps://docs.python.org/2/library/doctest.html#module-doctest
https://docs.python.org/2/tutorial/stdlib.html#batteries-included
xmlrpclibhttps://docs.python.org/2/library/xmlrpclib.html#module-xmlrpclib
SimpleXMLRPCServerhttps://docs.python.org/2/library/simplexmlrpcserver.html#module-SimpleXMLRPCServer
emailhttps://docs.python.org/2/library/email.html#module-email
smtplibhttps://docs.python.org/2/library/smtplib.html#module-smtplib
poplibhttps://docs.python.org/2/library/poplib.html#module-poplib
xml.domhttps://docs.python.org/2/library/xml.dom.html#module-xml.dom
xml.saxhttps://docs.python.org/2/library/xml.sax.html#module-xml.sax
csvhttps://docs.python.org/2/library/csv.html#module-csv
gettexthttps://docs.python.org/2/library/gettext.html#module-gettext
localehttps://docs.python.org/2/library/locale.html#module-locale
codecshttps://docs.python.org/2/library/codecs.html#module-codecs
Table of Contentshttps://docs.python.org/2/contents.html
10. Brief Tour of the Standard Libraryhttps://docs.python.org/2/tutorial/stdlib.html
10.1. Operating System Interfacehttps://docs.python.org/2/tutorial/stdlib.html#operating-system-interface
10.2. File Wildcardshttps://docs.python.org/2/tutorial/stdlib.html#file-wildcards
10.3. Command Line Argumentshttps://docs.python.org/2/tutorial/stdlib.html#command-line-arguments
10.4. Error Output Redirection and Program Terminationhttps://docs.python.org/2/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. String Pattern Matchinghttps://docs.python.org/2/tutorial/stdlib.html#string-pattern-matching
10.6. Mathematicshttps://docs.python.org/2/tutorial/stdlib.html#mathematics
10.7. Internet Accesshttps://docs.python.org/2/tutorial/stdlib.html#internet-access
10.8. Dates and Timeshttps://docs.python.org/2/tutorial/stdlib.html#dates-and-times
10.9. Data Compressionhttps://docs.python.org/2/tutorial/stdlib.html#data-compression
10.10. Performance Measurementhttps://docs.python.org/2/tutorial/stdlib.html#performance-measurement
10.11. Quality Controlhttps://docs.python.org/2/tutorial/stdlib.html#quality-control
10.12. Batteries Includedhttps://docs.python.org/2/tutorial/stdlib.html#batteries-included
9. Classeshttps://docs.python.org/2/tutorial/classes.html
11. Brief Tour of the Standard Library — Part IIhttps://docs.python.org/2/tutorial/stdlib2.html
Show Sourcehttps://docs.python.org/2/_sources/tutorial/stdlib.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/tutorial/stdlib2.html
previoushttps://docs.python.org/2/tutorial/classes.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Tutorialhttps://docs.python.org/2/tutorial/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.