To get the most out of this book
You will need to create a virtual environment for these tutorials for Python 3.8, as all code has been tested on Python 3.8, however, they should work on future versions of Python. Furthermore, when working with Neo4j, refer to Chapter 5, Working with Graph Databases, as it has comprehensive installation instructions.
Software/hardware covered in the book |
Operating system requirements |
Python 3.7/3.8/3.9 |
Windows, macOS, or Linux |
Neo4j Community Edition v1.5.7 |
Windows, macOS, or Linux |
MySQL 5.7.39 |
Windows, macOS, or Linux |
Each repository for each chapter has a requirements.txt
file that you will need to pip install
in your working Python environment.
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.