The Python 3 Standard Library by Example

The Python 3 Standard Library by Example
Author :
Publisher : Addison-Wesley Professional
Total Pages : 3256
Release :
ISBN-10 : 9780134291178
ISBN-13 : 0134291174
Rating : 4/5 (174 Downloads)

Book Synopsis The Python 3 Standard Library by Example by : Doug Hellmann

Download or read book The Python 3 Standard Library by Example written by Doug Hellmann and published by Addison-Wesley Professional. This book was released on 2017-06-14 with total page 3256 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. Master the Powerful Python 3 Standard Library through Real Code Examples “The genius of Doug’s approach is that with 15 minutes per week, any motivated programmer can learn the Python Standard Library. Doug’s guided tour will help you flip the switch to fully power-up Python’s batteries.” –Raymond Hettinger, Distinguished Python Core Developer 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 Hellmann introduces every major area of the Python 3.x library through concise source code and output examples. Hellmann’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 Python standard library modules to their Python 3.x equivalents. Manipulate text with string, textwrap, re (regular expressions), and difflib Use data structures: enum, collections, array, heapq, queue, struct, copy, and more Implement algorithms elegantly and concisely with functools, itertools, and contextlib Handle dates/times and advanced mathematical tasks Archive and data compression Understand data exchange and persistence, including json, dbm, and sqlite Sign and verify messages cryptographically Manage concurrent operations with processes and threads Test, debug, compile, profile, language, import, and package tools Control interaction at runtime with interpreters or the environment


The Python 3 Standard Library by Example Related Books

The Python 3 Standard Library by Example
Language: en
Pages: 3256
Authors: Doug Hellmann
Categories: Computers
Type: BOOK - Published: 2017-06-14 - Publisher: Addison-Wesley Professional

GET EBOOK

This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. Mast
Python Standard Library
Language: en
Pages: 312
Authors: Fredrik Lundh
Categories: Computers
Type: BOOK - Published: 2001 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.
The Python 3 Standard Library by Example
Language: en
Pages: 1413
Authors: Doug Hellmann
Categories: Computers
Type: BOOK - Published: 2017 - Publisher: Addison-Wesley Professional

GET EBOOK

Provides information on the Python 2.7 library offering code and output examples for working with such tasks as text, data types, algorithms, math, file systems
Modern Python Standard Library Cookbook
Language: en
Pages: 356
Authors: Alessandro Molina
Categories: Computers
Type: BOOK - Published: 2018-08-31 - Publisher: Packt Publishing Ltd

GET EBOOK

Build optimized applications in Python by smartly implementing the standard library Key Features Strategic recipes for effective application development in Pyth
Programming in Python 3
Language: en
Pages: 552
Authors: Mark Summerfield
Categories: Computers
Type: BOOK - Published: 2008-12-16 - Publisher: Pearson Education

GET EBOOK

Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer M