دانلود کتاب The Python 3 Standard Library by Example
by Doug Hellmann
|
عنوان فارسی: کتابخانه استاندارد پایتون 3 به عنوان مثال |
دانلود کتاب
جزییات کتاب
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.
1. Manipulate text with string, textwrap, re (regular expressions), and difflib
2. Use data structures: enum, collections, array, heapq, queue, struct, copy, and more
3. Implement algorithms elegantly and concisely with functools, itertools, and contextlib
4. Handle dates/times and advanced mathematical tasks
5. Archive and data compression
6. Understand data exchange and persistence, including json, dbm, and sqlite
7. Sign and verify messages cryptographically
8. Manage concurrent operations with processes and threads
9. Test, debug, compile, profile, language, import, and package tools
10. Control interaction at runtime with interpreters or the environment