Add book - Writing Idiomatic Python

This commit is contained in:
Vishal Sodani
2014-04-14 11:03:58 +05:30
parent f010d20802
commit 6c6e5f4c84
+7
View File
@@ -222,3 +222,10 @@ core language, with descriptions of commonly used modules and toolkits. It cover
Python 3 and 2.6 versions.
`Python Pocket Reference <http://shop.oreilly.com/product/9780596158095.do>`_
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