Python is one of the Neo4j supported languages and an official driver is provided. Official drivers connect to the databases using BOLT protocol (HTTP is not available).

About connection parameters

We've used test credentials for all the following examples. Please replace them with your real connection parameters.

You'll find all the required information to connect to your database on our admin panel if you navigate to the Connection section. More on connecting to your database [here](🔗)

This section is intended to provide a small working example to connect to a GrapheneDB database using the Python driver. To get more detailed information, visit the driver web page: https://pypi.org/project/neo4j/



**Bolt protocol is available in 3.0.0 or higher versions of Neo4j.** You can check your Neo4j version if you navigate to the Overview page of your database.

The easiest way to install the Python drivers for Neo4j is via PyPI (Python Package Index):





Check the [driver releases](🔗) for the newest driver version available.

Setting up the connection:



You can also use the new bolt+s URI scheme to enable encryption with a full certificate check:



You can test the connection by running a simple query of the Movies dataset example: