How to build a Python web application with Flask and Neo4j - PyCon SE 2015
Nicole White. Target audience: Advanced users. 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..