We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf0ae commit b3ce58cCopy full SHA for b3ce58c
docs/intro/learning.rst
@@ -291,6 +291,15 @@ of the language.
291
292
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
293
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
303
Python Pocket Reference
304
~~~~~~~~~~~~~~~~~~~~~~~
305
0 commit comments