Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 437d089

Browse files
committed
Merge pull request realpython#414 from vishalsodani/master
Add book Writing Idiomatic Python 2.7.3
2 parents d47d4a5 + 9a09be9 commit 437d089

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/intro/learning.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,18 @@ 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
227+
~~~~~~~~~~~~~~~~~~~~~~~~
228+
229+
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
230+
important Python idioms in a format that maximizes identification and understanding.
231+
Each idiom is presented as a recommendation to write some commonly used piece of code.
232+
It is followed by an explanation of why the idiom is important. It also contains two
233+
code samples: the "Harmful" way to write it and the "Idiomatic" way
234+
235+
`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_
236+
237+
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/>`_
238+
239+

0 commit comments

Comments
 (0)