did-you-know? rent-now

Rent More, Save More! Use code: KBRENTAL

5% off 1 book, 7% off 2 books, 10% off 3+ books

The Python 3 Standard Library by Example

9780134291055

The Python 3 Standard Library by Example

  • ISBN 13:

    9780134291055

  • ISBN 10:

    0134291050

  • Edition: 1st
  • Format: Paperback
  • Copyright: 06/01/2017
  • Publisher: Addison-Wesley Professional
Sorry, this item is currently unavailable on Knetbooks.com

List Price $59.99 Save $0.36

New $59.63

This is a hard-to-find title. We are making every effort to obtain this item, but do not guarantee stock.

We Buy This Book Back We Buy This Book Back!

Included with your book

Free Shipping On Every Order Free Shipping On Every Order

Note: Supplemental materials are not guaranteed with Rental or Used book purchases.

Extend or Purchase Your Rental at Any Time

Need to keep your rental past your due date? At any time before your due date you can extend or purchase your rental through your account.

Summary

Master the Powerful Python 3 Standard Library through Real Code Examples

 

The Python 3 Standard Library contains hundreds of modules for interacting with the operating system, interpreter, and Internet—all extensively tested and ready to jump-start application development. Now, Python expert Doug Hellman introduces every major area of the Python 3.x library through concise source code and output examples. Hellman’s examples fully demonstrate each feature, and are designed for easy learning and reuse.

 

You’ll find practical code for working with text, data structures, algorithms, dates/times, math, the file system, persistence, data exchange, compression, archiving, crypto, processes/threads, networking, Internet capabilities, email, developer and language tools, the runtime, packages, and more. Each section fully covers one module, with links to additional resources, making this book an ideal tutorial and reference.

 

The Python 3 Standard Library by Example introduces Python 3.x’s new libraries, significant functionality changes, and new layout and naming conventions. Hellmann also provides expert porting guidance for moving code from 2.x PSL modules to their Python 3.x equivalents.

 

Coverage includes

  • Manipulating text with string, textwrap, re (regular expressions), and difflib
  • Using data structures: enum, collections, array, heapq, queue, struct, copy, and more
  • Implementing algorithms elegantly and concisely with functools, itertools, and contextlib
  • Handling dates/times and advanced mathematical tasks
  • Data exchange and persistence, including json, dbm, and sqlite
  • Archiving and data compression
  • Signing cryptographically and verifying message integrity
  • Managing concurrent operations with processes and threads
  • Using application “building blocks”
  • Testing, debugging, compilation, profiling, language, import, and package tools
  • Controlling interaction at runtime with interpreters or the environment

For both new and experienced Python developers, this guide will introduce whole new worlds of functionality and better, more powerful ways to get the job done.

Author Biography

Read more