Skip to content

Commit 080782b

Browse files
Added Transforming Code into Beautiful, Idiomatic Python
1 parent 69cd9aa commit 080782b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/intro/learning.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,17 @@ formal, but rather focuses on explaining the underlying intuition and shows
219219
how to implement the algorithms in Python.
220220

221221
`Programming Collective Intelligence <http://shop.oreilly.com/product/9780596529321.do>`_
222+
223+
224+
Transforming Code into Beautiful, Idiomatic Python
225+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226+
227+
Transforming Code into Beautiful, Idiomatic Python is a video by Raymond Hettinger.
228+
Learn to take better advantage of Python's best features and improve existing code
229+
through a series of code transformations, "When you see this, do that instead."
230+
231+
`Transforming Code into Beautiful, Idiomatic Python <https://www.youtube.com/watch?v=OSGv2VnC0go>`_
232+
222233

223234
References
224235
----------
@@ -271,3 +282,5 @@ way to write it and the "Idiomatic" way.
271282
`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_
272283

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

0 commit comments

Comments
 (0)