To get the most out of this book
To effectively utilize the resources and code examples referenced within this book, ensure that your system meets the following technical requirements:
Software/hardware covered in the book |
Operating system requirements |
PyCharm 2023.2 |
Windows, macOS, or Linux |
Jupyter Notebook 7.0.2 |
|
Python 3.6+ |
We recommend using PyCharm as the preferred Integrated Development Environment (IDE) for working with Python, and we might make specific references to PyCharm throughout this book. However, you are free to use any Python-compatible IDE of your choice.
We also recommend installing pipenv
as it is used for managing dependencies.