Book Image

Mastering Python Design Patterns

By : Sakis Kasampalis
Book Image

Mastering Python Design Patterns

By: Sakis Kasampalis

Overview of this book

Table of Contents (23 chapters)
Mastering Python Design Patterns
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
The Factory Pattern
Index

A real-life example


Reaching an airport to catch a flight is a good Strategy example used in reality:

  • If we want to save money and we leave early, we can go by bus/train

  • If we don't mind paying for a parking place and have our own car, we can go by car

  • If we don't have a car but we are in a hurry, we can take a taxi

There are trade-offs between cost, time, convenience, and so forth. The following figure, courtesy of www.sourcemaking.com [j.mp/strategypat], shows an example of the different ways (strategies) you can reach the airport: