دانلود کتاب Pro Python Best Practices: Debugging, Testing and Maintenance
by Kristian Rother
|
عنوان فارسی: نرم افزار پایتون بهترین روش ها: اشکال زدایی و تست و تعمیر و نگهداری |
دانلود کتاب
جزییات کتاب
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.