Readers will learn how to organize their Python projects to benefit fromthe best practices in the Python community regarding style recommendations.How to structure projects.Best ways to document your projects.How to package your projects for easy distribution.Unit test practices.How to find duplicated code.Best practices to do continuous integration on Python projects.
Not bad, very very brief though. It's like a cheat sheet for Python dev tools. Better have as hard copy than an ebook if you are to get it. Even better, read such stuff there online from here and there.
Wasn't as extensive as I was looking for. Really short and didn't cover much that I wasn't already familiar with. Would be a good book for someone just getting into Python and not familiar with the style and tools used in development.