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

Оглавление⌄
Chapter....8Chapter....9Chapter....10
Описание
В этом материале разберём тему: design.
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. 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. 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.
Each chapter has a set of exercises ranging in size and difficulty from half a dozen lines to a full day’s work. 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. 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
Если материал оказался полезен — сохраните страницу.
Поделиться
Частые вопросы
Можно ли скачать «Software Design by Example: A Tool-Based Introduction with Python» бесплатно?
Да, «Software Design by Example: A Tool-Based Introduction with Python» доступна для бесплатного скачивания на нашем сайте в формате PDF. Ссылка на файл находится на этой странице.
В каком формате и какого размера файл?
Книга предоставляется в формате PDF, размер файла 2,1 МБ.
Кто автор и когда вышла книга?
автор — Wilson Greg, издательство CRC Press is an imprint of Taylor & Francis Group, LLC, год выпуска 2024, 343 страниц.
О чём книга «Software Design by Example: A Tool-Based Introduction with Python»?
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.