diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 904d9e7..ccaa60b 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -229,6 +229,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 ---------- @@ -280,4 +291,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