Skip to content

Commit b6224e1

Browse files
committed
Merge pull request #612 from MineDoubleSpace/master
Added Transforming Code into Beautiful, Idiomatic Python
2 parents 9f7d38e + ce96011 commit b6224e1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/intro/learning.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,17 @@ formal, but rather focuses on explaining the underlying intuition and shows
229229
how to implement the algorithms in Python.
230230

231231
`Programming Collective Intelligence <http://shop.oreilly.com/product/9780596529321.do>`_
232+
233+
234+
Transforming Code into Beautiful, Idiomatic Python
235+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
236+
237+
Transforming Code into Beautiful, Idiomatic Python is a video by Raymond Hettinger.
238+
Learn to take better advantage of Python's best features and improve existing code
239+
through a series of code transformations, "When you see this, do that instead."
240+
241+
`Transforming Code into Beautiful, Idiomatic Python <https://www.youtube.com/watch?v=OSGv2VnC0go>`_
242+
232243

233244
References
234245
----------
@@ -280,4 +291,4 @@ way to write it and the "Idiomatic" way.
280291

281292
`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_
282293

283-
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/>`_
294+
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/>`_

0 commit comments

Comments
 (0)