From 94f1e45754e852fdf8d40bb8c8b15852e1646071 Mon Sep 17 00:00:00 2001 From: bhchance Date: Tue, 20 Oct 2015 18:44:26 -0500 Subject: [PATCH] Update learning.rst Added description of Effective Python, copying format of other book writeups. --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index ba4a95965..f918e1509 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -139,6 +139,15 @@ A Codeacademy course for the absolute Python beginner. This free and interactive Advanced -------- +Effective Python +~~~~~~~~~~~~~~~~ + +This book contains 59 specific ways to improve writing Pythonic code. At 227 +pages, it is a very brief overview of some of the most commons adapations +programmers need to make to become efficient intermediate level Python +programmers. + + `Effective Python `_ Pro Python ~~~~~~~~~~