From b3ce58c58e24b31f33cd55f57dccc7398057c605 Mon Sep 17 00:00:00 2001 From: Shichao An Date: Tue, 26 Jan 2016 15:28:48 -0800 Subject: [PATCH] Added Python Essential Reference to learning.rst --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 2eb88d9..d7266b8 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -291,6 +291,15 @@ of the language. `The Python Language Reference `_ +Python Essential Reference +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Python Essential Reference, written by David Beazley, is the definitive reference +guide to Python. It concisely explains both the core language and the most essential +parts of the standard library. It covers Python 3 and 2.6 versions. + + `Python Essential Reference `_ + Python Pocket Reference ~~~~~~~~~~~~~~~~~~~~~~~