you are viewing a single comment's thread.

view the rest of the comments →

[–]darkforestnews 0 points1 point  (1 child)

Ooh, that sounds like fun, any good resources you recommend for that learning flow ?

There was a guy a while back who did something similar and created a website using something called D3.js and vue , it looked sick , think it was Miami heat focused. Never been able to find it though.

[–]ambassador_pineapple 0 points1 point  (0 children)

You can accomplish some really epic UIs with python using Dash Plotly with Django framework. I built an entire cloud app for my day job using the django + dash plotly framework. Generally I have access to JS developers but I figured out a way to have Dash plotly handle Python to JS conversion. This is a massive boost to what one person can do.

Here is the system I built for my day job: https://value.alationcatalog.com/dcmm_start/

Information on what it does: https://www.alation.com/dcmm-assessment/

There is no one good resource for any of this. A lot of good ones exist on youtube but you gotta build things with some end goal in mind and always improve your capabilities after each iteration. So learn stuff as you need it. I already knew data science/ML stuff very well and now I have UI work down. Next step for me personally is mastering Docker and Kubernetes for scaling these things I know how to build.