Python in a nutshell
Book - 2017
This book provides a quick reference to the language, including Python 3.5, 2.7 and highlights of 3.6. It covers a wide range of application areas, including web and network programming, XML handling, database interactions, and high-speed numeric computing.
Saved in:
- Subjects
- Published
-
Sebastopol, CA :
O'Reilly Media
2017.
- Language
- English
- Main Author
- Other Authors
- ,
- Edition
- Third edition
- Item Description
- "Covers Python 2.7 & 3.5 with 3.6 highlights"--Page 1 of cover.
- Physical Description
- xiv, 753 pages : illustrations ; 23 cm
- Bibliography
- Includes bibliographical references (pages 14-18) and index.
- ISBN
- 9781449392925
- Introduction to Python
- The Python interpreter
- The Python language
- Object-oriented Python
- Exceptions
- Modules
- Core built-ins and standard library modules
- Strings and things
- Regular expressions
- File and text operations
- Persistence and databases
- Time operations
- Controlling execution
- Threads and processes
- Numeric processing
- testing, debugging, and optimizing
- Network basics
- Asynchronous alternatives
- Client-side network protocol modules
- Serving HTTP
- Email, MIME, and other network encodings
- Structured text: HTML
- Structured text: XML
- Extending and embedding classic Python
- Distributing extensions and programs
- v2/v3 migration and coexistence.