Software Design by Example : A Tool-Based Introduction with Python

個数:
  • ポイントキャンペーン

Software Design by Example : A Tool-Based Introduction with Python

  • ウェブストア価格 ¥11,623(本体¥10,567)
  • Chapman & Hall/CRC(2024/04発売)
  • 外貨定価 US$ 59.95
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 210pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。

  • ウェブストア価格 ¥10,378(本体¥9,435)
  • Chapman & Hall/CRC(2024/04発売)
  • 外貨定価 UK£ 44.99
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 188pt
  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 330 p.
  • 言語 ENG
  • 商品コード 9781032725215
  • DDC分類 005.13267

Full Description

The best way to learn design in any field is to study examples, and some of the best examples of software design come from the tools programmers use in their own work. Software Design by Example: A Tool-Based Introduction with Python therefore builds small versions of the things programmers use in order to demystify them and give some insights into how experienced programmers think. From a file backup system and a testing framework to a regular expression matcher, a browser layout engine, and a very small compiler, we explore common design patterns, show how making code easier to test also makes it easier to reuse, and help readers understand how debuggers, profilers, package managers, and version control systems work so that they can use them more effectively.

This material can be used for self-paced study, in an undergraduate course on software design, or as the core of an intensive weeklong workshop for working programmers. Each chapter has a set of exercises ranging in size and difficulty from half a dozen lines to a full day's work. Readers should be familiar with the basics of modern Python, but the more advanced features of the language are explained and illustrated as they are introduced.

All the written material in this project can be freely reused under the terms of the Creative Commons - Attribution license, while all of the software is made available under the terms of the Hippocratic License. All proceeds from sale of this book will go to support the Red Door Family Shelter in Toronto.

Features:

Teaches software design by showing programmers how to build the tools they use every day
Each chapter includes exercises to help readers check and deepen their understanding
All the example code can be downloaded, re-used, and modified under an open license

Contents

1 Introduction

2 Objects and Classes

3 Finding Duplicate Files

4 Matching Patterns

5 Parsing Text

6 Running Tests

7 An Interpreter

8 Functions and Closures

9 Protocols

10 A File Archiver

11 An HTML Validator

12 A Template Expander

13 A Code Linter

14 Page Layout

15 Performance Profiling

16 Object Persistence

17 Binary Data

18 A Database

19 A Build Manager

20 A Package Manager

21 Transferring Files

22 Serving Web Pages

23 A File Viewer

24 Undo and Redo

25 A Virtual Machine

26 A Debugger

27 Conclusion

A Bibliography

B Bonus Material

C Syllabus

D License

E Code of Conduct

F Contributing

G Glossary

H Credits

Index