Added Python Essential Reference to learning.rst

This commit is contained in:
Shichao An
2016-01-26 15:28:48 -08:00
parent 13bf0aefa0
commit b3ce58c58e
+9
View File
@@ -291,6 +291,15 @@ of the language.
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
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 <http://www.dabeaz.com/per.html>`_
Python Pocket Reference
~~~~~~~~~~~~~~~~~~~~~~~