diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index ba4a95965..6798f5ba2 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -219,6 +219,17 @@ formal, but rather focuses on explaining the underlying intuition and shows how to implement the algorithms in Python. `Programming Collective Intelligence `_ + + +Transforming Code into Beautiful, Idiomatic Python +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Transforming Code into Beautiful, Idiomatic Python is a video by Raymond Hettinger. +Learn to take better advantage of Python's best features and improve existing code +through a series of code transformations, "When you see this, do that instead." + + `Transforming Code into Beautiful, Idiomatic Python `_ + References ---------- @@ -270,4 +281,4 @@ way to write it and the "Idiomatic" way. `For Python 2.7.3+ `_ - `For Python 3.3+ `_ + `For Python 3.3+ `_ \ No newline at end of file