File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,17 @@ formal, but rather focuses on explaining the underlying intuition and shows
229229how 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
233244References
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/ >`_
You can’t perform that action at this time.
0 commit comments