Appendix A. The Python Library

Python is bundled with a large collection of modules that provide a wide range of services ranging from interacting with the operating system to multimedia support. These modules are collectively known as the Python library. Currently, the library consists of approximately 200 modules that have been contributed by dozens of users.

This appendix describes most of the more frequently used modules in the Python library, with a focus on built-in functions, Python services, string processing, operating system interfaces, threads, and network programming. A brief overview of background material is introduced as necessary, but the reader is assumed to be reasonably familiar with basic operating system and programming concepts. ...

Get Python Essential Reference, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.