If you enjoyed this book, you may be interested in these other books by Packt:
Mastering Python Design Patterns
Sakis Kasampalis
ISBN: 978-1-78398-932-4
- Explore Factory Method and Abstract Factory for object creation
- Clone objects using the Prototype pattern
- Make incompatible interfaces compatible using the Adapter pattern
- Secure an interface using the Proxy pattern
- Choose an algorithm dynamically using the Strategy pattern
- Extend an object without subclassing using the Decorator pattern
- Keep the logic decoupled from the UI using the MVC pattern
Functional Python Programming
Steven Lott
ISBN: 978-1-78439-699-2
Use Python's generator functions and generator expressions to work with collections in a non-strict (or lazy) manner
- Utilize Python library modules including itertools, functools, multiprocessing, and concurrent.futures for efficient functional...