From 080782b2438e49dd81867e5188827b2f955c5818 Mon Sep 17 00:00:00 2001 From: MDS Date: Tue, 20 Oct 2015 00:45:21 +1300 Subject: [PATCH 1/2] 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 ba4a95965..46b44a83c 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+ `_ + + From ce9601115dcaffb5ec2f4e51599c004fd3e81695 Mon Sep 17 00:00:00 2001 From: MDS Date: Wed, 21 Oct 2015 13:09:47 +1300 Subject: [PATCH 2/2] Removed extra new lines --- docs/intro/learning.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 46b44a83c..6798f5ba2 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -281,6 +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