Python in a nutshell /

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

Bibliographic Details
Main Authors: Martelli, Alex (Author), Ravenscroft, Anna Martelli (Author), Holden, Steve, 1950- (Author)
Format: Book
Language:English
Published: Sebastopol, CA : O'Reilly Media, 2017.
Edition:Third edition.
Series:In a nutshell (O'Reilly & Associates)
Subjects:
Classic Catalogue: View this record in Classic Catalogue
Table of Contents:
  • 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.