12%OFF
Pro Python Best Practices: Debugging, Testing and Maintenance
Kristian Rother
€ 32.99
€ 28.95
FREE Delivery in Ireland
Description for Pro Python Best Practices: Debugging, Testing and Maintenance
Paperback. Num Pages: 264 pages, 44 black & white illustrations, 19 colour illustrations, biography. BIC Classification: UMW. Category: (P) Professional & Vocational. Dimension: 254 x 178. .
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 ... Read more
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 ... Read more
Product Details
Publisher
Apress
Format
Paperback
Publication date
2017
Condition
New
Weight
28g
Number of Pages
264
Place of Publication
Berkley, United States
ISBN
9781484222409
SKU
V9781484222409
Shipping Time
Usually ships in 15 to 20 working days
Ref
99-15
About Kristian Rother
Kristian Rother is a freelance Python developer and trainer with over 30 years of experience.
Reviews for Pro Python Best Practices: Debugging, Testing and Maintenance
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. ... Read more