Pro Python Best Practices von Kristian Rother | Debugging, Testing and Maintenance | ISBN 9781484222409

Pro Python Best Practices

Debugging, Testing and Maintenance

von Kristian Rother
Buchcover Pro Python Best Practices | Kristian Rother | EAN 9781484222409 | ISBN 1-4842-2240-7 | ISBN 978-1-4842-2240-9
“As your Python programs grow, so do your problems: debugging gets harder; the need for well-written tests becomes more urgent; and maintenance issues intrude; bringing the need for a better approach to version control, code organisation, and documentation. Pro Python Best Practices is a neat exploration of all of these topics, which starts by making the case for best practices. … Essential material.” (The MagPi, Issue 59, July, 2017)

Pro Python Best Practices

Debugging, Testing and Maintenance

von Kristian Rother
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 LearnLearn common debugging techniques that help you find and eliminate errorsGain techniques to detect bugs more easilyWho This Book Is ForExperienced Python coders from web development, big data, and more.