Table of Contents for
Python in a Nutshell, 3rd Edition
Close
Version ebook
/
Retour
Python in a Nutshell, 3rd Edition
by Steve Holden
Published by O'Reilly Media, Inc., 2017
nav
Cover
Python
Python in a Nutshell
Preface
I. Getting Started with Python
1. Introduction to Python
2. The Python Interpreter
II. Core Python Language and Built-ins
3. The Python Language
4. Object-Oriented Python
5. Exceptions
6. Modules
7. Core Built-ins and Standard Library Modules
8. Strings and Things
9. Regular Expressions
III. Python Library and Extension Modules
10. File and Text Operations
11. Persistence and Databases
12. Time Operations
13. Controlling Execution
14. Threads and Processes
15. Numeric Processing
16. Testing, Debugging, and Optimizing
IV. Network and Web Programming
17. Networking Basics
18. Asynchronous Alternatives
19. Client-Side Network Protocol Modules
20. Serving HTTP
21. Email, MIME, and Other Network Encodings
22. Structured Text: HTML
23. Structured Text: XML
V. Extending, Distributing, v2/v3 Migration
24. Extending and Embedding Classic Python
25. Distributing Extensions and Programs
26. v2/v3 Migration and Coexistence
Index
About the Authors
Colophon
Prev
Previous Chapter
23. Structured Text: XML
Next
Next Chapter
24. Extending and Embedding Classic Python
Part V.
Extending, Distributing,
v2/v3 Migration
Prev
Previous Chapter
23. Structured Text: XML
Next
Next Chapter
24. Extending and Embedding Classic Python