Contribute Media
A thank you to everyone who makes this possible: Read More

How to build a Python web application with Flask and Neo4j

Summary

Flask, a popular Python web framework, has many tutorials available online that use an SQL database to store information about the website’s users and their activities. In this session, we’ll use Neo4j instead of SQL to build social aspects into our application, including recommending similar users to the logged-in user.

Details

Improve this page