diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index ba4a959..46b44a8 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 ---------- @@ -271,3 +282,5 @@ way to write it and the "Idiomatic" way. `For Python 2.7.3+ `_ `For Python 3.3+ `_ + +