diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 2436cea..b163a76 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -235,6 +235,15 @@ Python 3 and 2.6 versions. `Python Pocket Reference `_ +Python Cookbook +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Python Cookbook, written by David Beazley and Brian K. Jones, is packed with +practical recipes. This book covers the core python language as well as tasks +common to a wide variety of application domains. + + `Python Cookbook `_ + Writing Idiomatic Python ~~~~~~~~~~~~~~~~~~~~~~~~