References

Python Cookbook: Recipes for Mastering Python 3

David Beazley & Brian K. Jones (2013)

O'Reilly Media.

URL: https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/

Abstract. A collection of practical recipes for common Python programming problems, covering data structures, algorithms, strings, files, iterators, generators, metaprogramming, modules, packages, networking, concurrency, and C extensions. Each recipe provides a working solution with a detailed discussion of why it works and when to use alternative approaches.

Tags: python cookbook book practical

This site is currently in Beta. Please email Chris Paton (cpaton@gmail.com) with any suggestions, questions or comments.