Pro Python Best Practices: Debugging, Testing and Maintenance
暫譯: 專業 Python 最佳實踐:除錯、測試與維護

Kristian Rother

  • 出版商: Apress
  • 出版日期: 2017-03-17
  • 定價: $1,020
  • 售價: 8.0$816
  • 語言: 英文
  • 頁數: 264
  • 裝訂: Paperback
  • ISBN: 1484222407
  • ISBN-13: 9781484222409
  • 相關分類: Python程式語言
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

相關主題

商品描述

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.
 
 

商品描述(中文翻譯)

學習軟體工程和編碼最佳實踐,以正確且無錯誤地撰寫 Python 代碼。在這本書中,您將學習如何正確地除錯、組織、測試和維護您的代碼,這些都將導致更好、更高效的編碼。

軟體工程是困難的。任何長度相當的程式都天生容易出現各種錯誤。開發週期中充滿了對初學者開發者來說未知的陷阱。然而,在 Python 教科書中,對於讓代碼運行這一方面的關注很少。最多,您會在一般的基本 Python 書籍中看到一章關於除錯或單元測試的內容。然而,在現實世界中,花在讓代碼運行上的時間比例要高得多。《Pro Python Best Practices》旨在解決這個問題。

您將學到的內容:
- 學習常見的除錯技術,幫助您找到並消除錯誤
- 獲得更容易檢測錯誤的技術
- 學習保持項目在控制之下的技術

本書適合對象:
有經驗的 Python 程式設計師,來自網頁開發、大數據等領域。