Skip to content

memgraph/memgraph-academy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Graph Analytics for Python Developers

About this course

Graph analytics and graph databases are one of the fastest growing areas in data analytics, and machine learning. Companies like Google, UberEats, Pinterest and Twitter, have leveraged graphs to transform their core products. As more enterprises embrace graphs, there is a huge demand for engineers and data scientists with graph analytics skills.

In this training you will learn everything you need to know to get started building sophisticated applications using Python graph algorithm libraries and visualization tools, and graph databases. You will start with basic graph concepts, work your way to graph algorithms, and finish the course by building a graph-based fraud detection application from scratch.

Development environment and prerequisites

Prerequisites:

  • Python 3.x installation, preferably 3.8 or 3.9
  • NetworkX and Matplotlib installation
  • Additional requirements will be added in the specific lecture directories

Development environment recommendation:

  • Visual Studio Code

Note: You are not required to use VSC as your development environment, it’s just our recommendation.