Modular Programming with Python
暫譯: 使用 Python 的模組化程式設計

Erik Westra

  • 出版商: Packt Publishing
  • 出版日期: 2016-05-26
  • 售價: $1,840
  • 貴賓價: 9.5$1,748
  • 語言: 英文
  • 頁數: 246
  • 裝訂: Paperback
  • ISBN: 1785884484
  • ISBN-13: 9781785884481
  • 相關分類: Python程式語言R 語言
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Key Features

  • The book would help you develop succinct, expressive programs using modular deign
  • The book would explain best practices and common idioms through carefully explained and structured examples
  • It will have broad appeal as far as target audience is concerned and there would be take away for all beginners to Python

Book Description

Python has evolved over the years and has become the primary choice of developers in various fields. The purpose of this book is to help readers develop readable, reliable, and maintainable programs in Python.

Starting with an introduction to the concept of modules and packages, this book shows how you can use these building blocks to organize a complex program into logical parts and make sure those parts are working correctly together.

Using clearly written, real-world examples, this book demonstrates how you can use modular techniques to build better programs. A number of common modular programming patterns are covered, including divide-and-conquer, abstraction, encapsulation, wrappers and extensibility. You will also learn how to test your modules and packages, how to prepare your code for sharing with other people, and how to publish your modules and packages on GitHub and the Python Package Index so that other people can use them. Finally, you will learn how to use modular design techniques to be a more effective programmer.

What you will learn

  • Learn how to use modules and packages to organize your Python code
  • Understand how to use the import statement to load modules and packages into your program
  • Use common module patterns such as abstraction and encapsulation to write better programs
  • Discover how to create self-testing Python packages
  • Create reusable modules that other programmers can use
  • Learn how to use GitHub and the Python Package Index to share your code with other people
  • Make use of modules and packages that others have written
  • Use modular techniques to build robust systems that can handle complexity and changing requirements over time

About the Author

Erik Westra has been a professional software developer for over 25 years, and has worked almost exclusively in Python for the past decade. Erik's early interest in graphical user interface design led to the development of one of the most advanced urgent courier dispatch systems used by messenger and courier companies worldwide. In recent years, Erik has been involved in the design and implementation of systems matching seekers and providers of goods and services across a range of geographical areas, as well as real-time messaging and payments systems. This work has included the creation of real-time geocoders and map-based views of constantly changing data. Erik is based in New Zealand, and works for companies worldwide.

Erik is also the author of the Packt titles Python Geospatial Development, Python Geospatial Analysis, and Building Mapping Applications with QGIS.

Table of Contents

  1. Introducing Modular Programming
  2. Writing Your First Modular Program
  3. Using Modules and Packages
  4. Using Modules for Real-World Programming
  5. Working with Module Patterns
  6. Creating Reusable Modules
  7. Advanced Module Techniques
  8. Testing and Deploying Modules
  9. Modular Programming as a Foundation for Good Programming Technique

商品描述(中文翻譯)

**主要特點**
- 本書將幫助您使用模組化設計開發簡潔且表達力強的程式。
- 本書將通過精心解釋和結構化的範例來說明最佳實踐和常見慣用法。
- 本書對於目標讀者具有廣泛的吸引力,所有 Python 初學者都能從中獲益。

**書籍描述**
Python 隨著時間的推移不斷演變,已成為各個領域開發者的主要選擇。本書的目的是幫助讀者在 Python 中開發可讀性高、可靠且易於維護的程式。

本書從模組和套件的概念介紹開始,展示如何使用這些構建塊將複雜的程式組織成邏輯部分,並確保這些部分能正確協同工作。

通過清晰編寫的實際範例,本書演示了如何使用模組化技術來構建更好的程式。涵蓋了多種常見的模組化程式設計模式,包括分而治之、抽象、封裝、包裝器和可擴展性。您還將學習如何測試您的模組和套件,如何準備您的程式碼以便與他人共享,以及如何在 GitHub 和 Python Package Index 上發佈您的模組和套件,以便其他人使用。最後,您將學習如何使用模組化設計技術成為更有效的程式設計師。

**您將學到的內容**
- 學習如何使用模組和套件來組織您的 Python 程式碼。
- 理解如何使用 import 語句將模組和套件載入您的程式。
- 使用常見的模組模式,如抽象和封裝,來編寫更好的程式。
- 發現如何創建自我測試的 Python 套件。
- 創建其他程式設計師可以使用的可重用模組。
- 學習如何使用 GitHub 和 Python Package Index 與他人共享您的程式碼。
- 利用他人編寫的模組和套件。
- 使用模組化技術構建能夠處理複雜性和隨時間變化需求的穩健系統。

**關於作者**
**Erik Westra** 擁有超過 25 年的專業軟體開發經驗,並在過去十年幾乎專注於 Python。Erik 早期對圖形用戶界面設計的興趣促成了全球快遞和快遞公司使用的最先進的緊急快遞調度系統的開發。近年來,Erik 參與了設計和實施系統,以匹配各種地理區域的需求者和供應者的商品和服務,以及實時消息和支付系統。這項工作包括創建實時地理編碼器和基於地圖的視圖,以顯示不斷變化的數據。Erik 現居紐西蘭,並為全球公司工作。

Erik 也是 Packt 出版社的書籍《Python 地理空間開發》、《Python 地理空間分析》和《使用 QGIS 構建地圖應用程式》的作者。

**目錄**
1. 介紹模組化程式設計
2. 編寫您的第一個模組化程式
3. 使用模組和套件
4. 使用模組進行實際程式設計
5. 使用模組模式
6. 創建可重用模組
7. 進階模組技術
8. 測試和部署模組
9. 將模組化程式設計作為良好程式設計技術的基礎