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 ~~~~~~~~~~