CHAPTER 9
Libraries
There are a tremendous number of libraries that are available for Python, both that come with the standard installation and available from the web. In this chapter, I will try to give you a list of some of the more “generically” helpful ones. Most of this information was obtained from the official Python Docs page.
String Services
Thes libraries provide various tools for dealing with string formatting, regular expressions, strings as files, Unicode strings, and more.
string—Common string operations
The string library contains a number of useful constants and classes, as well as some deprecated legacy functions that are also ...
Get The Python Quick Syntax Reference 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.