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

Flask's flexibility for the win (when building applications that don't follow the normal patterns)

Description

Flask's flexibility made it the ideal choice of web framework to develop a semantic graph-based application. Specifically, being able to "hook up" a custom data back-end without breaking a sweat clinched the deal. The application in question that I would like to talk about is Contextualise (https://www.contextualise.dev/), a (personal) knowledge management application. Contextualise is an open source project: https://github.com/brettkromkamp/contextualise

Details

Improve this page