diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index b8e31c4..c3c0a22 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -169,3 +169,12 @@ This is Python's reference manual, it covers the syntax and the core semantics o language. `The Python Language Reference `_ + +Python Pocket Reference +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Python Pocket Reference, written by Mark Lutz, is an easy to use reference to the +core language, with descriptions of commonly used modules and toolkits. It covers +Python 3 and 2.6 versions. + + `Python Pocket Reference `_