0% found this document useful (0 votes)
5 views5 pages

Overview of Python Standard Library

The document provides an overview of the Python Standard Library, detailing various modules and their functionalities. Key modules include 'os' for operating system interface, 'datetime' for date and time manipulation, and 'json' for JSON encoding/decoding. Additional modules such as 'math', 'random', and 'collections' are also highlighted for their respective mathematical functions, random number generation, and container datatypes.

Uploaded by

zendenilam
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views5 pages

Overview of Python Standard Library

The document provides an overview of the Python Standard Library, detailing various modules and their functionalities. Key modules include 'os' for operating system interface, 'datetime' for date and time manipulation, and 'json' for JSON encoding/decoding. Additional modules such as 'math', 'random', and 'collections' are also highlighted for their respective mathematical functions, random number generation, and container datatypes.

Uploaded by

zendenilam
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Standard Library

Python Standard Library

os: Operating system interface.

[Link], [Link], [Link]

sys: System-specific parameters.

[Link], [Link], [Link]

Page 1
Python Standard Library

Page 2

datetime: Date and time manipulation.

datetime, timedelta, timezone

json: JSON encoding/decoding.

[Link], [Link]

re: Regular expressions.

[Link], [Link], [Link]

Page 2
Python Standard Library

Page 3

math: Mathematical functions.

[Link], [Link], [Link]

random: Random number generation.

[Link], [Link]

collections: Container datatypes.

Counter, deque, OrderedDict

Page 3
Python Standard Library

Page 4

itertools: Iterator functions.

chain, groupby, islice

functools: Higher-order functions.

reduce, partial, cache

pathlib: Object-oriented filesystem paths.

Path, PurePath

subprocess: Subprocess management.

run, Popen, PIPE

Page 4
Python Standard Library

Page 5

You might also like