File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Original file line number Diff line number Diff line change @@ -219,6 +219,17 @@ formal, but rather focuses on explaining the underlying intuition and shows
219
219
how to implement the algorithms in Python.
220
220
221
221
`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
+
222
233
223
234
References
224
235
----------
@@ -271,3 +282,5 @@ way to write it and the "Idiomatic" way.
271
282
`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/ >`_
272
283
273
284
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/ >`_
285
+
286
+
You can’t perform that action at this time.
0 commit comments