Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-19-2019 06:52 AM
I am using Neo4j 3.5.5
Trying to connect Phyton to it, found some written material but have a full understanding of it. Is there any free website that has tutorial videos on this topic?
Solved! Go to Solution.
10-20-2019 06:32 AM
First of all, you need to decide if you want to use py2neo, a kind of "object-graph-mapper" where you do everything in Python code and neo4j, cypher etc. are abstracted away.
Or if you want to use the neo4j driver like it is described here:
https://www.youtube.com/watch?v=idjm8gKsqeI (You do not need to use Jupyter, of course, any text editor will do.)
My recommendation however: Do yourself a favor and just play around with some examples to wrap your head around how to use transactions, how to run Cypher queries from Python and how to deal with the results. Start here: https://neo4j.com/docs/api/python-driver/current/
Hope that helps.
best regards,
Christoph
10-20-2019 06:32 AM
First of all, you need to decide if you want to use py2neo, a kind of "object-graph-mapper" where you do everything in Python code and neo4j, cypher etc. are abstracted away.
Or if you want to use the neo4j driver like it is described here:
https://www.youtube.com/watch?v=idjm8gKsqeI (You do not need to use Jupyter, of course, any text editor will do.)
My recommendation however: Do yourself a favor and just play around with some examples to wrap your head around how to use transactions, how to run Cypher queries from Python and how to deal with the results. Start here: https://neo4j.com/docs/api/python-driver/current/
Hope that helps.
best regards,
Christoph
12-09-2019 03:57 AM
thank you so much for answering. it was helpful.
All the sessions of the conference are now available online