mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #672 from shichao-an/master
Added Python Essential Reference to learning.rst
This commit is contained in:
@@ -291,6 +291,15 @@ of the language.
|
|||||||
|
|
||||||
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
|
`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
|
Python Pocket Reference
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user