From d8bc8512d1452dc6137e98ef4b7300710df246a7 Mon Sep 17 00:00:00 2001 From: Vishal Sodani Date: Mon, 14 Apr 2014 11:08:06 +0530 Subject: [PATCH] Add book link --- docs/intro/learning.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 790cbf7..7195c8e 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -228,4 +228,6 @@ Writing Idiomatic Python 2.7.3 "Writing Idiomatic Python", written by Jeff Knupp, contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way + `Writing Idiomatic Python 2.7.3 `_ +