-
Keywords in Python
-
Python object persistence (shelve)
-
Object-oriented filesystem paths in Python (pathlib)
-
Iterate over lines from multiple input streams in Python
-
Random access to text lines in Python (linecache)
-
File and Directory Comparisons in Python
-
Generate temporary files and directories using Python
-
Reading and Writing CSV File using Python
-
JSON encoder and decoder package in Python
-
Compression compatible with gzip in Python (zlib)
-
Python Support for gzip files (gzip)
-
Python Support for bzip2 compression (bz2)
-
Compression using the LZMA algorithm using Python (lzma)
-
Read and write tar archive files using Python (tarfile)
-
Unix style pathname pattern expansion in Python (glob)
-
Unix filename pattern matching in Python (fnmatch)
-
High-level file operations in Python (shutil)
-
Work with ZIP archives in Python (zipfile)
-
Python getpass Module
-
Support for line-oriented command interpreters in Python