Skip to content

Commit 74e1524

Browse files
committed
Merge pull request #672 from shichao-an/master
Added Python Essential Reference to learning.rst
2 parents f1bf788 + b3ce58c commit 74e1524

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/intro/learning.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,15 @@ of the language.
291291

292292
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
293293

294+
Python Essential Reference
295+
~~~~~~~~~~~~~~~~~~~~~~~~~~
296+
297+
Python Essential Reference, written by David Beazley, is the definitive reference
298+
guide to Python. It concisely explains both the core language and the most essential
299+
parts of the standard library. It covers Python 3 and 2.6 versions.
300+
301+
`Python Essential Reference <http://www.dabeaz.com/per.html>`_
302+
294303
Python Pocket Reference
295304
~~~~~~~~~~~~~~~~~~~~~~~
296305

0 commit comments

Comments
 (0)