List of Tables

 

Chapter 3. The Quick Python overview

Table 3.1. List indices

Chapter 4. The absolute basics

Table 4.1. Pythonic coding conventions

Chapter 5. Lists, tuples, and sets

Table 5.1. List operations

Chapter 6. Strings

Table 6.1. Escape sequences for string and bytes literals

Table 6.2. Common string operations

Chapter 7. Dictionaries

Table 7.1. Dictionary operations

Table 7.2. Python values eligible to be used as dictionary keys

Chapter 12. Using the filesystem

Table 12.1. Summary of filesystem values and functions

Table 12.2. Partial list of pathlib properties and functions

Chapter 19. Using Python libraries

Table 19.1. String services modules

Table 19.2. Data types modules

Table 19.3. Numeric and mathematical modules

Table 19.4. File and storage modules

Table 19.5. Operating system modules

Table 19.6. Modules supporting internet protocols and formats

Table 19.7. Development, debugging, and runtime modules

Chapter 22. Data over the network

Table 22.1. JSON to Python default decoding

Chapter 23. Saving data

Table 23.1. Common sqlite3 database operations