If you enjoyed this book, you may be interested in these other books by Packt:
Learn Python by Building Data Science Applications
Philipp Kats & David Katz
ISBN: 978-1-78953-536-5
- Code in Python using Jupyter and VS Code
- Explore the basics of coding – loops, variables, functions, and classes
- Deploy continuous integration with Git, Bash, and DVC
- Get to grips with Pandas, NumPy, and scikit-learn
- Perform data visualization with Matplotlib, Altair, and Datashader
- Create a package out of your code using poetry and test it with PyTest
- Make your machine learning model accessible to anyone with the web API
Mastering Object-oriented Python
Steven F. Lott
ISBN: 978-1-78328-097-1
- Understand the different design patterns for the __init__() method
- Discover the essential features of Python 3's abstract base classes and how you can use them for...