Installing the driver
1.1 · Lesson

Installing the driver

In the Cypher Fundamentals course, you learned how to query Neo4j using Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it..

To run Cypher statements in a Python application, you'll need the Neo4j Python Driver. The driver acts as a bridge between your Python code and Neo4j, handling connections to the database and the execution of Cypher queries.