From dd0615e9e73d6a4774276ed8755eaf07c6ce8973 Mon Sep 17 00:00:00 2001 From: guibog Date: Sat, 21 Apr 2012 21:49:05 +0800 Subject: [PATCH] Add a reference section with Python in a Nutshell --- docs/intro/learning.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index c2a31fb..9a9bada 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -94,3 +94,13 @@ chapters detail best practices with writing documentation, test-driven development, version control, and optimization/profiling. `Expert Python Programming `_ + + +References +---------- + +Python in a Nutshell +~~~~~~~~~~~~~~~~~~~~ + +Python in a Nutshell, written by Alex Martelli, covers most cross-platform python's usage, +from its syntax to built-in libraries to advanced topics such as writing C extensions.