Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 080782b

Browse filesBrowse files
Added Transforming Code into Beautiful, Idiomatic Python
1 parent 69cd9aa commit 080782b
Copy full SHA for 080782b

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎docs/intro/learning.rst

Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+13Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.