How to set up a Python environment with Neo4j
Note: At the time of this writing, latest versions are Python 3.7.2 and Neo4j 3.5.3. Neo4j is used to create and maintain Graph Databases, which are queryable using the Cypher language. The native form of Neo4j is written in Java but we can find drivers to other languages and also[…]