From a1948489637d6196aefd86ba0dcfa3a3aa91b59c Mon Sep 17 00:00:00 2001 From: ugurcaliskan Date: Wed, 3 Sep 2014 13:30:13 +0300 Subject: [PATCH] Update learning.rst Python Cookbook has been added to the list. --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~~~~