From 080782b2438e49dd81867e5188827b2f955c5818 Mon Sep 17 00:00:00 2001 From: MDS Date: Tue, 20 Oct 2015 00:45:21 +1300 Subject: [PATCH] Added Transforming Code into Beautiful, Idiomatic Python --- docs/intro/learning.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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+ `_ + +