Add a reference section with Python in a Nutshell

This commit is contained in:
guibog
2012-04-21 21:49:05 +08:00
parent 9944385417
commit dd0615e9e7
+10
View 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.