diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 3f3f524..f072549 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -150,6 +150,15 @@ This course also features a built-in interpreter for receiving instant feedback 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 ~~~~~~~~~~