Further reading
To better understand some of the concepts that were just approached in this chapter, you can refer to the following resources:
- The best examples for using the Neo4j Python driver can be found in the project’s
README
on GitHub: https://github.com/neo4j/neo4j-python-driver. - Vamshi Jandhyala’s blog contains valuable inputs about graphs. Regarding this chapter, you can check this blog post, which contains an implementation of the triangle count algorithm in Python, using the
networkx
package: https://vamshij.com/blog/2020-07-05-triangles-in-graph/.