Wrap text

This commit is contained in:
Vishal Sodani
2014-04-14 14:22:23 +05:30
parent d8bc8512d1
commit 4a3375e4db
+5 -1
View File
@@ -226,7 +226,11 @@ Python 3 and 2.6 versions.
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", 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 <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_