Re: Owlready 0.43
Posted by phiofx on
URL: http://owlready.306.s1.nabble.com/Owlready-0-43-tp3161p3178.html
Thanks for that link. Its quite impressive what can be done here and now in full python!.
I wonder whether brython will find some so-called "killer app" in the browser. After decades of exclusive javascript in the browser, the huge number of available libraries is quite a factor (in particular visualization like d3.js, three.js etc). With something like pyodide one could use some python data science libraries but I wonder why to do that on the browser rather than the server.
Have you been thinking of more conventional approaches to create a web interface to owlready? (e.g. flask or fastapi based. In principle also some parts django but not sure what would be the use of its own ORM / db given that owlready has a backend already). Or with a desktop webview based UI it could become a workable alternative to protege?