Skip to content

Commit 6c6e5f4

Browse files
committed
Add book - Writing Idiomatic Python
1 parent f010d20 commit 6c6e5f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/intro/learning.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,10 @@ core language, with descriptions of commonly used modules and toolkits. It cover
222222
Python 3 and 2.6 versions.
223223

224224
`Python Pocket Reference <http://shop.oreilly.com/product/9780596158095.do>`_
225+
226+
Writing Idiomatic Python 2.7.3
227+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228+
229+
"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
230+
231+

0 commit comments

Comments
 (0)