November 2025
Intermediate to advanced
542 pages
13h 43m
English
In software development, design is often considered the step that comes before programming. This isn’t true; in reality, analysis, programming, and design tend to overlap, combine, and interweave. Throughout this book, we’ll be covering a mixture of design and programming issues without trying to parse the two into separate buckets. One of the advantages of a language such as Python is its ability to express the design clearly.
In this chapter, we will talk a little about how we can move from a good idea toward writing software. We’ll create some design artifacts — such as diagrams — that can help clarify our thinking before we start writing code. We’ll cover the following topics:
What object-oriented means ...
Read now
Unlock full access