File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -81,5 +81,16 @@ Pro Python
8181
8282Expert Python Programming
8383~~~~~~~~~~~~~~~~~~~~~~~~~
84+ Expert Python Programming deals with best practices in programming Python and
85+ is focused on the more advanced crowd.
8486
85- .. todo :: Write about `Expert Python Programming <http://www.packtpub.com/expert-python-programming/book>`_
87+ It starts with topics like decorators (with caching, proxy, and context manager
88+ case-studies), method resolution order, using super() and meta-programming, and
89+ general PEP8 best practices.
90+
91+ It has a detailed, multi-chapter case study on writing and releasing a package
92+ and eventually an application, including a chapter on using zc.buildout. Later
93+ chapters detail best practices with writing documentation, test-driven
94+ development, version control, and optimization/profiling.
95+
96+ `Expert Python Programming <http://www.packtpub.com/expert-python-programming/book >`_
You can’t perform that action at this time.
0 commit comments