Pro Python Best Practices
Kristian Rother
Broschiertes Buch

Pro Python Best Practices

Debugging, Testing and Maintenance

Versandkostenfrei!
Versandfertig in 6-10 Tagen
20,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
10 °P sammeln!
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 P...