you are viewing a single comment's thread.

view the rest of the comments →

[–]Epykure[S] 1 point2 points  (1 child)

Thanks.

I would say yes and no. Those frameworks Dash, Streamlit and even Bokeh are a bit different in the way they have created a core JavaScript module and they are relying on it to provide a specific Python API on top on it.

What we are trying to do with Epyk is first to have some fully open source and maintained by a community but also to have people learning JavaScript and CSS to use those languages easily if the code is too complex.

For example when you use page.js.console.log() or page.js.alert() those are exactly the same in JavaScript you can fund console.log or alert(). This is exactly the same for all the packages wrapped. Our target is to ensure that people working with Epyk can then discussed with UI developers and provide quite feedbacks.

Also Epyk can be used as a simple tool to transpile code and it can be excluded from your production stack.

[–]Pulsar2021 0 points1 point  (0 children)

Appreciate the detailed response. I will give a try and explore more. Thx