Add a reference section with Python in a Nutshell
authorguibog <guibog@douban.com>
Sat, 21 Apr 2012 13:49:05 +0000 (21:49 +0800)
committerguibog <guibog@douban.com>
Sat, 21 Apr 2012 13:49:05 +0000 (21:49 +0800)
docs/intro/learning.rst

index c2a31fb..9a9bada 100644 (file)
@@ -94,3 +94,13 @@ chapters detail best practices with writing documentation, test-driven
 development, version control, and optimization/profiling.
 
     `Expert Python Programming <http://www.packtpub.com/expert-python-programming/book>`_
+
+
+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.