This book is aimed at more experienced Python programmers who are looking to deepen their understanding of the language and modern programming idioms. Much of the material focuses on some of the more advanced techniques used by libraries, frameworks, and applications
Book Contents
- Chapter 1: Data Structures and Algorithms
how to use builtin data structures
- Chapter 2: Strings and Text
how to work with text and all builtin functions
- Chapter 3: Numbers, Dates, and Times
how to create and work with numbers, dates, and times, also the builtin methods for them
- Chapter 4: Iterators and Generators
how to create and work with loops
- Chapter 5: Files and I/O
how to use file system
- Chapter 6: Data Encoding and Processing
how to deal with data and encoding/decoding
- Chapter 7: Functions
how to create functions and handle it
- Chapter 8: Classes and Objects
how to create and deal with classes
- Chapter 9: Metaprogramming
how to use Decorator and others in project
- Chapter 10: Modules and Packages
how to build packages
- Chapter 11: Network and Web Programming
how to use HTTP, UDP, TCP protocols
- Chapter 12: Concurrency
how to work with threads
- Chapter 13: Utility Scripting and System Administration
handling the environment and resources
- Chapter 14: Testing, Debugging, and Exceptions
how to testing project
- Chapter 15: C Extensions
how to access and use C codes in the project
Book Summary
- Book Name: Python Cookbook, Third Edition.
- Category: Programming language.
- Level: Intermediate.
- Published Date: 05/10/2013.
- Publisher: O'Reilly Media; 3rd Edition (May 10, 2013).
- # Pages: 708 pages.
- Authors: David Beazley and Brian K. Jones.
- ISBN: 978-1449340377.
- Our rate: 7.5.
- Payment: Not free.
- To buy this book from Amazon: Python Cookbook, Third Edition
- Check a sample for this book: PDF.
Please, note that the book samples are not uploaded to our site, it's an external link from other sites and we're not resopnisble aboout it. Meanwhile, if you think it's not allowed to add the sample URL on our site, please, Feedback us to remove it.
You might also like to read