Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Pro Python Best Practices: Debugging, Testing and Maintenance [Repost]

Posted By: hill0
Pro Python Best Practices: Debugging, Testing and Maintenance [Repost]

Pro Python Best Practices: Debugging, Testing and Maintenance by Kristian Rother
English | 17 Mar. 2017 | ISBN: 1484222407 | 296 Pages | PDF | 5.34 MB

Learn software engineering and coding best practices to write Python code right and error free. In this book you’ll see how to properly debug, organize, test, and maintain your code, all of which leads to better, more efficient coding.

Software engineering is difficult. Programs of any substantial length are inherently prone to errors of all kinds. The development cycle is full of traps unknown to the apprentice developer. Yet, in Python textbooks little attention is paid to this aspect of getting your code to run. At most, there is a chapter on debugging or unit testing in your average basic Python book. However, the proportion of time spent on getting your code to run is much higher in the real world. Pro Python Best Practices aims to solve this problem.


What You'll Learn
Learn common debugging techniques that help you find and eliminate errors
Gain techniques to detect bugs more easily
Learn techniques to keep your project under control
Who This Book Is For

Experienced Python coders from web development, big data, and more.