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